bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606)
On failure, _PyBytes_Resize() will deallocate the bytes object and set "result" to NULL. https://bugs.python.org/issue34824
Z
Zackery Spytz committed
365ad2ead5bbaf7a3b18648ffa36e819559d3f75
Parent: 683281f
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
on 10/6/2018, 5:41:45 PM