Fixes Oss-Fuzz issue: 21916#1180
Conversation
|
@kabeer27 Could you please provide more detail information about heap-buffer-overflow error? As I can see, the |
|
@dota17 You can reproduce the steps by running the fuzzer and you will hit this shallow bug in <= 1 second,
|
|
I am trying to run the fuzzer. Everything was fine in my local env. It didn't raise |
|
Are you compiling with ASan (Address Sanitizer flag)? To detect it using the fuzzer: |
|
I can't obtain some docker images, but I'v made some tests with so I need more information to see if it's really a bug, it's better to post some log or picture. I can merge this patch into master, after all, it's a small change, and it doesn't have a bad impact on other code. |
|
you can add me into the list. see #1047 |
|
Merged. thanks for reporting! |
* Fix heap-buffer-overflow in json_reader

No description provided.