]> git.proxmox.com Git - mirror_qemu.git/commit - tests/test-string-input-visitor.c
qapi: Fix string-input-visitor to reject NaN and infinities
authorDavid Hildenbrand <david@redhat.com>
Wed, 21 Nov 2018 16:44:15 +0000 (17:44 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 13 Dec 2018 18:10:06 +0000 (19:10 +0100)
commit4b69d4c3d7c133ebc9393ef3f86ce38831921cb6
tree3ea8c1796daf48149454bbe2eb4fab9a19b07284
parentaf02f4c5179675ad4e26b17ba26694a8fcde17fa
qapi: Fix string-input-visitor to reject NaN and infinities

The string-input-visitor happily accepts NaN and infinities when parsing
numbers (doubles). They shouldn't. Fix that.

Also, add two test cases, testing if "NaN" and "inf" is properly
rejected.

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20181121164421.20780-4-david@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/string-input-visitor.c
tests/test-string-input-visitor.c