{{ message }}
gh-146196: Fix potential Undefined Behavior in _PyUnicodeWriter_WriteASCIIString#146201
Merged
vstinner merged 2 commits intoMar 20, 2026
Merged
gh-146196: Fix potential Undefined Behavior in _PyUnicodeWriter_WriteASCIIString#146201vstinner merged 2 commits into
vstinner merged 2 commits into
Conversation
vstinner
reviewed
Mar 20, 2026
…_WriteASCIIString
vstinner
reviewed
Mar 20, 2026
…e-146196.Zg70Kb.rst
Hide details
View details
vstinner
merged commit
cd10a2e
into
python:main
Mar 20, 2026
52 checks passed
|
Sorry, @ashm-dev and @vstinner, I could not cleanly backport this to |
Sorry, something went wrong.
vstinner
added a commit
to vstinner/cpython
that referenced
this pull request
Mar 20, 2026
…IString() (python#146201) Avoid calling memcpy(data + writer->pos, NULL, 0) which has an undefined behavior. Co-authored-by: Victor Stinner <vstinner@python.org> (cherry picked from commit cd10a2e)
ljfp
pushed a commit
to ljfp/cpython
that referenced
this pull request
Apr 25, 2026
…IString() (python#146201) Avoid calling memcpy(data + writer->pos, NULL, 0) which has an undefined behavior. Co-authored-by: Victor Stinner <vstinner@python.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
_PyUnicodeWriter_WriteASCIIString