On 05/20/2011 01:03 PM, Richard W.M. Jones wrote:
There seem to be a few unsafe uses of strto* functions. This patch just fixes the one that affects me :-)
Sending an integer of this size is not valid JSON. Your patch won't accept negative numbers, correct? JSON only supports int64_t. Regards, Anthony Liguori
Rich.