Skip to content

[3.13] gh-156939: Fix xmlcharrefreplace() buffer overflow (GH-157109) - #157234

Merged
vstinner merged 2 commits into
python:3.13from
miss-islington:backport-9398655-3.13
Sep 15, 2026
Merged

vstinner merged 2 commits into
python:3.13from
miss-islington:backport-9398655-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Write into a temporary buffer to not write the trailing NUL byte
into the writer. Previously, the NUL byte was written outsize
the writer buffer.
(cherry picked from commit 9398655)

Co-authored-by: Victor Stinner vstinner@python.org

…7109)

Write into a temporary buffer to not write the trailing NUL byte
into the writer. Previously, the NUL byte was written outsize
the writer buffer.
(cherry picked from commit 9398655)

Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner

Copy link
Copy Markdown
Member

Oh, I pushed a change to fix the build.

@vstinner
vstinner enabled auto-merge (squash) September 15, 2026 14:36
@vstinner
vstinner merged commit a471483 into python:3.13 Sep 15, 2026
41 checks passed
@miss-islington
miss-islington deleted the backport-9398655-3.13 branch September 15, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants