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: |