Commit 3dce1099 authored by Rich Salz's avatar Rich Salz
Browse files

Fix possible memory over-read in apps/s_client.c



a buffer returned from BIO_gets is not checked for it's length before
reading its contents.

Reviewed-by: default avatarBen Kaduk <kaduk@mit.edu>
Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3630)
parent 1c036c64
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment