Skip to content

Commit 782cab1

Browse files
committed
chore: update the news
1 parent 8b1cea2 commit 782cab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix a potential use‑after‑free in :class:`bytearray` search‑like methods by exporting the instance's buffer to prevent reallocation during the operation.
1+
Fix a potential use‑after‑free in bytearray search‑like methods by exporting the buffer during the call. bytearray.split() and bytearray.rsplit() now also export the buffer; subclasses overriding the buffer protocol may observe behavior changes.

0 commit comments

Comments
 (0)