Laszlo Ersek e9c5c1f40c cutils: tighten qemu_parse_fd()
qemu_parse_fd() used to handle at least the following strings incorrectly:
o "-2":         simply let through
o "2147483648": returned as LONG_MAX==INT_MAX on ILP32 (with ERANGE
                ignored); implementation-defined behavior on LP64

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
2014-05-08 14:19:58 -04:00
..
2014-01-13 14:04:53 +01:00
2014-05-08 14:19:58 -04:00
2014-04-25 09:19:59 -04:00
2014-02-08 14:50:48 +00:00
2014-04-28 08:55:32 +04:00
2014-04-28 13:43:17 +01:00
2014-03-13 14:42:21 +01:00