summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-20 20:02:05 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-20 20:02:05 +0200
commitb6b54af4db68c11695519d28029123052dba7d0b (patch)
treecc81654dc33b1f8083fc485a72448afdef43b87b
parent7b98f54a3b533b8178c34b0d8fec3bfb7c7aac5f (diff)
parent049f839dfc2b41d6c431eb4e55bf0f1fc5e30683 (diff)
downloadcython-b6b54af4db68c11695519d28029123052dba7d0b.tar.gz
Merge branch '0.29.x'
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d9de8f932..66ffc5022 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -264,6 +264,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)