Fix cases where the most negative signed integer was negated, causing
authorMichael Shields <mshields@google.com>
Mon, 27 Jul 2015 23:35:19 +0000 (16:35 -0700)
committerMichael Shields <mshields@google.com>
Mon, 27 Jul 2015 23:35:19 +0000 (16:35 -0700)
commit7f06e9dc28413224edf9974e2990e4af03418986
tree0c64af954420c548d0201180d221f77e3ff6dc42
parentd84702c9036505d0906b2f3d222ce5498ec65bc6
Fix cases where the most negative signed integer was negated, causing
undefined behavior.
src/lib_json/json_reader.cpp
src/lib_json/json_writer.cpp