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 /hw/arm/netduino2.c | |
| parent | b8c3511d086c65fa4bc2ca7a128bb3a56ac95306 (diff) | |
| download | focaccia-qemu-d18dc3af478664b1d5e0dd3ace1eabb9d160f244.tar.gz focaccia-qemu-d18dc3af478664b1d5e0dd3ace1eabb9d160f244.zip | |
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 'hw/arm/netduino2.c')
0 files changed, 0 insertions, 0 deletions