DaveGamble / cJSON

Ultralightweight JSON parser in ANSI C
MIT License
10.28k stars 3.15k forks source link

Enforce sscanf-function return value check at print_number-function #869

Open TanelDettenborn opened 5 days ago

TanelDettenborn commented 5 days ago

print_number-function acknowledge sscanf-function return value, but no actions are taken.

Test

Executed make test and all tests are passing.