-
Notifications
You must be signed in to change notification settings - Fork 314
Open
Description
Line 60 in d44405e
revocationsp + strlen(line) + 1); |
the realloc is 1 byte or 2 bytes too short, specifically as revocationsp is incremented by 1 byte more already below.
revocationsp =
revocationsp + strlen(line) + 2;
(CC @dennis-tseng99 )
Metadata
Metadata
Assignees
Labels
No labels