Skip to content

[3.6] bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606)#9744

Merged
vstinner merged 1 commit into
python:3.6from
miss-islington:backport-365ad2e-3.6
Oct 19, 2018
Merged

[3.6] bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606)#9744
vstinner merged 1 commit into
python:3.6from
miss-islington:backport-365ad2e-3.6

Conversation

@miss-islington

@miss-islington miss-islington commented Oct 6, 2018

Copy link
Copy Markdown
Contributor

On failure, _PyBytes_Resize() will deallocate the bytes object and set
"result" to NULL.

https://bugs.python.org/issue34824
(cherry picked from commit 365ad2e)

Co-authored-by: Zackery Spytz zspytz@gmail.com

https://bugs.python.org/issue34824

…H-9606)

On failure, _PyBytes_Resize() will deallocate the bytes object and set
"result" to NULL.

https://bugs.python.org/issue34824
(cherry picked from commit 365ad2e)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@ZackerySpytz: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington

Copy link
Copy Markdown
Contributor Author

@ZackerySpytz: Status check is done, and it's a success ✅ .

@vstinner vstinner merged commit d92816d into python:3.6 Oct 19, 2018
@miss-islington miss-islington deleted the backport-365ad2e-3.6 branch October 19, 2018 23:14
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.

5 participants