mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
lst might be NULL here
CID 1130752: Dereference after null check (FORWARD_NULL)
This commit is contained in:
parent
225877917e
commit
18fc7be80d
1 changed files with 1 additions and 1 deletions
|
@ -1014,7 +1014,7 @@ _get_aia_uri(X509 *certificate, int nid) {
|
|||
|
||||
fail:
|
||||
AUTHORITY_INFO_ACCESS_free(info);
|
||||
Py_DECREF(lst);
|
||||
Py_XDECREF(lst);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue