lloyd / yajl

A fast streaming JSON parsing library in C.
http://lloyd.github.com/yajl
ISC License
2.15k stars 435 forks source link

Fixes incorrect lower bound for integers (#130) #251

Open jbinary opened 1 year ago

jbinary commented 1 year ago

The yajl_parse_integer() routine sets the errno to ERANGE if the string "-9223372036854775808", even though this value is still representable as a long long