summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-20 20:01:36 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-20 20:01:36 +0200
commit049f839dfc2b41d6c431eb4e55bf0f1fc5e30683 (patch)
tree0d0f413b3ba25dc51ca9281836a3f8129b63c24c
parent631475acbad73ac665e5f3fe921be5e81adbfb9d (diff)
downloadcython-049f839dfc2b41d6c431eb4e55bf0f1fc5e30683.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e732943d9..b60f3faca 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,6 +20,9 @@ Bugs fixed
* 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)