mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 17:00:11 -05:00
Fix use after free null url, CID 1530710
This commit is contained in:
parent
506daf84ac
commit
192ff59916
@ -2775,6 +2775,7 @@ static char *get_clrdp_url(X509 *cert)
|
|||||||
if (strncmp(url, "http://", 7) == 0)
|
if (strncmp(url, "http://", 7) == 0)
|
||||||
goto out;
|
goto out;
|
||||||
OPENSSL_free(url);
|
OPENSSL_free(url);
|
||||||
|
url = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user