File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,14 @@ apply as soon as possible.
1818
1919Bug fixes
2020=========
21- * Properly escape double quotes and backslash in sdscatrepr (#2036)
22- * Fix random element in skewed sparse hash table (#2085)
23- * Only mark the client reprocessing flag when unblocked on keys (#2109)
24- * Fix bad slot used in sharded pubsub unsubscribe (#2137)
25- * Free module context even if there was no content written in auxsave2 (#2132)
26- * Detect SSL_new() returning NULL in outgoing connections (#2140)
27- * Correctly cast the extension lengths (#2144)
21+ * Properly escape double quotes and backslash in `MONITOR` command (#2036)
22+ * Fix high cpu usage when fetching a random element in skewed sparse hash
23+ table (#2085)
24+ * Fix a bug that allowed clients to process commands when the server has paused command processing (#2109)
25+ * Fix a crash where the wrong slot is used when processing sharded pubsub unsubscribe events (#2137)
26+ * Fix a crash when a module attempts to write auxiliary data with AOF enabled (#2132)
27+ * Fix a bug where the engine may crash when establishing new outbound TLS connections (#2140)
28+ * Fix a bug a cluster bus packet may be incorrectly marked as invalid (#2144)
2829
2930Security fixes
3031==============
You can’t perform that action at this time.
0 commit comments