Latest update.
This commit is contained in:
@@ -51,7 +51,7 @@ int ASN1_STRING_set_default_mask_asc(const char *p)
|
||||
char *end;
|
||||
|
||||
if (strncmp(p, "MASK:", 5) == 0) {
|
||||
if (!p[5])
|
||||
if (p[5] == '\0')
|
||||
return 0;
|
||||
mask = strtoul(p + 5, &end, 0);
|
||||
if (*end)
|
||||
|
||||
Reference in New Issue
Block a user