Seek out and destroy another evil cast.
This commit is contained in:
@@ -161,7 +161,7 @@ int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size)
|
||||
if (sp == NULL)
|
||||
{
|
||||
ASN1err(ASN1_F_A2I_ASN1_ENUMERATED,ERR_R_MALLOC_FAILURE);
|
||||
if (s != NULL) Free((char *)s);
|
||||
if (s != NULL) Free(s);
|
||||
goto err;
|
||||
}
|
||||
s=sp;
|
||||
|
Reference in New Issue
Block a user