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

Unified Diff: README.chromium

Issue 59793002: sh implementation to avoid unwanted resizes during iteration. (Closed) Base URL: http://src.chromium.org/chrome/trunk/deps/third_party/openssl/
Patch Set: Created 7 years, 1 month 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 | « no previous file | openssl/crypto/conf/conf_api.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 232952)
+++ README.chromium (working copy)
@@ -184,6 +184,11 @@
Add API so that channel ID private key can be set only after verifying the
remote server supports channel IDs.
+ fix_lhash_iteration.patch
+ Fix a crash that happens when OpenSSL tries to delete items from a lhash
+ table that is being iterated over. This happens in certain rare cases
+ when SSL_CTX_flush_sessions() is called. See http://crbug.com/298606
+
**************************************************************************
Adding new Chromium patches:
« no previous file with comments | « no previous file | openssl/crypto/conf/conf_api.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698