# HG changeset patch # User Stefan Behnel <stefan_ml@behnel.de> # Date 1587405696 -7200 # Mon Apr 20 20:01:36 2020 +0200 # Node ID 18f2e61416dc317d8c6ad11e22092010f598d048 # Parent 3d6ff115360831b422b0b0b0df1fcfa4caf7a625 Update changelog. diff --git a/CHANGES.rst b/CHANGES.rst --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,6 +20,9 @@ * Creating an empty unicode slice with large bounds could crash. Patch by Sam Sneddon. (Github issue #3531) +* Decoding an empty bytes/char* slice with large bounds could crash. + Patch by Sam Sneddon. (Github issue #3534) + * Creating a fused function attached it to the garbage collector before it was fully initialised, thus risking crashes in rare failure cases. Original patch by achernomorov. (Github issue #3215)