Statistics
| Branch: | Revision:

root / qobject / json-parser.c @ 57f45b62

History | View | Annotate | Download (17.3 kB)

# Date Author Comment
3d5b3ec6 05/23/2013 04:44 pm Michael Roth

json-parser: fix handling of large whole number values

Currently our JSON parser assumes that numbers lacking a fractional
value are integers and attempts to store them as QInt/int64 values. This
breaks in the case where the number overflows/underflows int64 values (which...

a372823a 01/12/2013 07:42 pm Paolo Bonzini

build: move qobject files to qobject/ and libqemuutil.a

Signed-off-by: Paolo Bonzini <>