jsonsl
jsonsl copied to clipboard
Fix buffer overflow when verifying specials
Malformed JSON can trigger access outside of the string literals used to verify specials. This change adds bounds checks to the verification of specials.
Fixes mnunberg/jsonsl#45
Ping @mnunberg
Re-Ping @mnunberg :slightly_smiling_face:
Looking at this change now :)