Skip to content

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

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

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

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

2 similar comments
@miss-islington

Copy link
Copy Markdown
Contributor Author

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

@miss-islington

Copy link
Copy Markdown
Contributor Author

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

@vstinner vstinner merged commit 4ec9f64 into python:3.7 Oct 19, 2018
@miss-islington miss-islington deleted the backport-365ad2e-3.7 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.

6 participants