Mailing List Archive

[Bug 65922] New: modules/ssl/ssl_util_ssl.c: Add check for BIO_read
https://bz.apache.org/bugzilla/show_bug.cgi?id=65922

Bug ID: 65922
Summary: modules/ssl/ssl_util_ssl.c: Add check for BIO_read
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: mod_ssl
Assignee: bugs@httpd.apache.org
Reporter: jiasheng@iscas.ac.cn
Target Milestone: ---

Created attachment 38214
--> https://bz.apache.org/bugzilla/attachment.cgi?id=38214&action=edit
0001-modules-ssl-ssl_util_ssl-Add-check-for-BIO_read.patch

As the BIO_read() is not always success, it may even return
negative number.
Therefore, it should be better to check the return value
and return error if fails.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org