jsonsl icon indicating copy to clipboard operation
jsonsl copied to clipboard

Fix buffer overflow when verifying specials

Open rcsanchez97 opened this issue 5 years ago • 3 comments

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

rcsanchez97 avatar Dec 27 '19 22:12 rcsanchez97

Ping @mnunberg

kevinAlbs avatar Aug 20 '20 00:08 kevinAlbs

Re-Ping @mnunberg :slightly_smiling_face:

ckerr avatar Oct 22 '20 07:10 ckerr

Looking at this change now :)

mnunberg avatar Apr 01 '21 20:04 mnunberg