Skip to content

[3.14] gh-156939: Fix xmlcharrefreplace() buffer overflow (GH-157109) - #157233

Open
miss-islington wants to merge 1 commit into
python:3.14from
miss-islington:backport-9398655-3.14
Open

[3.14] gh-156939: Fix xmlcharrefreplace() buffer overflow (GH-157109)#157233
miss-islington wants to merge 1 commit into
python:3.14from
miss-islington:backport-9398655-3.14

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>
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