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 6777a45 commit 27cdd4fCopy full SHA for 27cdd4f
1 file changed
Misc/NEWS.d/next/Library/2026-04-27-22-34-09.gh-issue-148093.9pWceM.rst
@@ -1,2 +1,2 @@
1
-Fix :func:`binascii.a2b_uu` reading past the end of an empty input buffer. Now
2
-it raises :exc:`binascii.Error`, instead of reading past the buffer end.
+Fix an out-of-bounds read of one byte in :func:`binascii.a2b_uu`. Raise
+:exc:`binascii.Error`, instead of reading past the buffer end.
0 commit comments