kgabis / parson

Lightweight JSON library written in C.
MIT License
1.35k stars 329 forks source link

is_decimal: Fix an integer underflow. #145

Open yamt opened 4 years ago

yamt commented 4 years ago

It seems harmless though.

Found by UBSAN

parson.c:270:18: runtime error: unsigned integer overflow: 0 - 1 cannot be represented in type 'size_t' (aka 'unsigned long')