mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 03:05:59 +00:00
29574282a2
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.