sheredom / json.h

🗄️ single header json parser for C and C++
The Unlicense
698 stars 77 forks source link

Fix heap buffer overflow with C style comments. #91

Closed sheredom closed 1 year ago

sheredom commented 1 year ago

The problem was caused by C style comments not correctly parsing a single '/' in the source.

Fixes #90.