Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-36398: Fix a possible crash in structseq_repr()#12492

Merged
serhiy-storchaka merged 1 commit into
python:masterpython/cpython:masterfrom
ZackerySpytz:bpo-36398-possible-crash-structseq_reprZackerySpytz/cpython:bpo-36398-possible-crash-structseq_reprCopy head branch name to clipboard
Mar 22, 2019
Merged

bpo-36398: Fix a possible crash in structseq_repr()#12492
serhiy-storchaka merged 1 commit into
python:masterpython/cpython:masterfrom
ZackerySpytz:bpo-36398-possible-crash-structseq_reprZackerySpytz/cpython:bpo-36398-possible-crash-structseq_reprCopy head branch name to clipboard

Conversation

@ZackerySpytz

@ZackerySpytz ZackerySpytz commented Mar 22, 2019

Copy link
Copy Markdown
Contributor

If the first PyUnicode_DecodeUTF8() call fails in structseq_repr(),
_PyUnicodeWriter_Dealloc() will be called on an uninitialized
_PyUnicodeWriter.

https://bugs.python.org/issue36398

If the first PyUnicode_DecodeUTF8() call fails in structseq_repr(),
_PyUnicodeWriter_Dealloc() will be called on an uninitialized
_PyUnicodeWriter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.