Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: openssl/doc/crypto/BIO_f_ssl.pod

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « openssl/doc/crypto/BIO_f_md.pod ('k') | openssl/doc/crypto/BIO_new_CMS.pod » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: openssl/doc/crypto/BIO_f_ssl.pod
===================================================================
--- openssl/doc/crypto/BIO_f_ssl.pod (revision 105093)
+++ openssl/doc/crypto/BIO_f_ssl.pod (working copy)
@@ -308,6 +308,15 @@
BIO_free_all(sbio);
+=head1 BUGS
+
+In OpenSSL versions before 1.0.0 the BIO_pop() call was handled incorrectly,
+the I/O BIO reference count was incorrectly incremented (instead of
+decremented) and dissociated with the SSL BIO even if the SSL BIO was not
+explicitly being popped (e.g. a pop higher up the chain). Applications which
+included workarounds for this bug (e.g. freeing BIOs more than once) should
+be modified to handle this fix or they may free up an already freed BIO.
+
=head1 SEE ALSO
TBA
« no previous file with comments | « openssl/doc/crypto/BIO_f_md.pod ('k') | openssl/doc/crypto/BIO_new_CMS.pod » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698