Skip to content
Snippets Groups Projects
Commit 29574282 authored by Wouter van Oortmerssen's avatar Wouter van Oortmerssen
Browse files

JSON parser wasn't handling ulong values correctly.

It passed all scalar ints thru a int64_t, which would truncate
uint64_t values with the upper bit set.

Change-Id: I38fb8c68c911ae44d9863f8e35c2429ca0ab51e5
Tested: on Linux.
parent 2dd6ba57
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment