diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-05-14 20:03:07 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-05-22 15:00:04 +0200 |
commit | d18dc3af478664b1d5e0dd3ace1eabb9d160f244 (patch) | |
tree | 3359ac6b7aa6caf99f31cd20c62bdaeca15d94b4 /gdbstub.c | |
parent | b8c3511d086c65fa4bc2ca7a128bb3a56ac95306 (diff) |
tests/vhost-user-bridge: Fix misuse of isdigit()
vubr_set_host() passes char values to isdigit(). Undefined behavior
when the value is negative.
Fix by using qemu_isdigit() instead.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190514180311.16028-3-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
[Missing #include "qemu-common.h" fixed]
Diffstat (limited to 'gdbstub.c')
0 files changed, 0 insertions, 0 deletions