Changeset 85cd12d for protocols

Timestamp:
2012-11-27T23:20:34Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e8161ec
Parents:
b235228
Message:

Fixing integer size issue in JSON parser: Although I've changed the integer
type to long long, the parser was still using strtol to convert numbers,
truncating large numbers to LONG_MAX. Bug found by Artem Savkov, thanks!

(No files)

Note: See TracChangeset for help on using the changeset viewer.