[3.10] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) #182902
Annotations
2 warnings
|
Build CPython:
Objects/longobject.c#L1763
‘kind’ may be used uninitialized [-Wmaybe-uninitialized]
|
|
Build CPython:
Objects/longobject.c#L1940
‘kind’ may be used uninitialized [-Wmaybe-uninitialized]
|
Loading