Closed polish23 closed 3 years ago
When I run the code like below, there's an error like this.
I think division input for __dbz_sanitizer__ must be int, int, int. However, there's an double input in json_parser.c
How can I solve this problem?
Thanks.
It seems that your sanitizer instruments also FDiv. You can just remove that part from your sanitizer.
FDiv
Thanks!
When I run the code like below, there's an error like this.
I think division input for __dbz_sanitizer__ must be int, int, int. However, there's an double input in json_parser.c
How can I solve this problem?
Thanks.