-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I tested this lib with AdressSanitizer.
Its likely to crash because of the referenced condition, which will just happily read behind the strings length.
Lines 160 to 162 in 36f7e51
| while(str.str[str.length] != '"' && str.str[str.length] != '\'') { | |
| str.length++; | |
| } |
Metadata
Metadata
Assignees
Labels
No labels