summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-20 09:36:30 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-20 09:36:30 +0200
commit698d162b5a896134e6190532c5fed8ef56ad0fb4 (patch)
treebda0225c2d766883f0f6b4b5b3e951c3f5d49eb9
parent921fd3d9f2f3fadeaedfe491c48741c6e7aa2a3d (diff)
parent43517bfbd79813d2c600728c171eda62b307d751 (diff)
downloadcython-698d162b5a896134e6190532c5fed8ef56ad0fb4.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 55dc91818..d9de8f932 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -261,6 +261,9 @@ Features added
Bugs fixed
----------
+* Creating an empty unicode slice with large bounds could crash.
+ Patch by Sam Sneddon. (Github issue #3531)
+
* 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)