Kaydet (Commit) 18fc7be8 authored tarafından Christian Heimes's avatar Christian Heimes

lst might be NULL here

CID 1130752:  Dereference after null check  (FORWARD_NULL)
üst 22587791
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment