]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
inet_listen_opts: add error checking
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 11 Dec 2013 11:58:41 +0000 (12:58 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 13 Jun 2014 10:34:57 +0000 (12:34 +0200)
commit8bc891279604186562f59a4239e42dcb451c60d3
treeb65636c58164dc93f17b0035e708b367530a1bd9
parent2a2c4830c0068d70443f3dddc4cc668f0c601b5c
inet_listen_opts: add error checking

Don't use atoi() function which doesn't detect errors, switch to
strtol and error out on failures.  Also add a range check while
being at it.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
util/qemu-sockets.c