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
2 files changed