sheredom / json.h

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

Fix buffer overrun in json_skip_c_style_comments. #85

Closed zodf0055980 closed 1 year ago

zodf0055980 commented 1 year ago

Fix #84

sheredom commented 1 year ago

Could you add a test case too please? See for example https://github.com/sheredom/json.h/blob/master/test/main.cpp#L909

zodf0055980 commented 1 year ago

Done to add test case, Please check.