Ori Hollander

Results 2 issues of Ori Hollander

### Summary RapidJSON crashes when parsing a malformed JSON input. ### Technical Details The function [Accept](https://github.com/Tencent/rapidjson/blob/ab1842a2dae061284c0a62dca1cc6d5e7e37e346/include/rapidjson/document.h#L1948) in [document.h](https://github.com/Tencent/rapidjson/blob/master/include/rapidjson/document.h) is used to visit values and handle them. One of the available...

### Summary RapidJSON crashes when parsing a malformed JSON input. ### Technical Details The function [Accept](https://github.com/Tencent/rapidjson/blob/ab1842a2dae061284c0a62dca1cc6d5e7e37e346/include/rapidjson/document.h#L1948) in [document.h](https://github.com/Tencent/rapidjson/blob/master/include/rapidjson/document.h) is used to visit values and handle them. When reaching an array...