mirror of
https://github.com/json-c/json-c.git
synced 2026-09-07 16:46:50 +08:00
fix out-of-bounds read for negative errno in _json_c_strerror
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
ERRNO=10000
|
||||
ERRNO=999
|
||||
ERRNO=-5
|
||||
ERRNO=-2147483648
|
||||
|
||||
Reference in New Issue
Block a user