We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887afac commit 2dd958bCopy full SHA for 2dd958b
1 file changed
Misc/NEWS.d/next/Library/2025-12-11-22-59-33.gh-issue-142560.GkJrkk.rst
@@ -0,0 +1,3 @@
1
+Fix a potential use‑after‑free in :class:`bytearray` search‑like methods by
2
+exporting the instance’s buffer to prevent reallocation during the
3
+operation.
0 commit comments