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

Unified Diff: README.chromium

Issue 57833003: Fix lhash implementation to avoid unwanted resizes during iteration. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl@master
Patch Set: Update to latest upstream version of the patch + update README.Chromium 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
diff --git a/README.chromium b/README.chromium
index 552df66598a43d150bcd8d68b8ddaa614cc382b5..67221e16c0735d15fde2776cf5024e2bf724265b 100644
--- a/README.chromium
+++ b/README.chromium
@@ -184,6 +184,11 @@ located in patches.chromium/. Currently this consists of:
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