lst might be NULL here
CID 1130752: Dereference after null check (FORWARD_NULL)
This commit is contained in:
parent
225877917e
commit
18fc7be80d
|
@ -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…
Reference in New Issue