[Qemu-devel] [PATCH 0/6] Fix misuse of ctype.h functions

Markus Armbruster posted 6 patches 5 years ago
Test checkpatch passed
Test asan passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190418145355.21100-1-armbru@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Cornelia Huck <cohuck@redhat.com>
There is a newer version of this series
gdbstub.c                 | 16 ++++++++--------
pc-bios/s390-ccw/libc.c   |  2 +-
pc-bios/s390-ccw/menu.c   |  2 +-
qemu-bridge-helper.c      |  7 ++++---
tests/vhost-user-bridge.c |  2 +-
util/cutils.c             |  2 +-
6 files changed, 16 insertions(+), 15 deletions(-)
[Qemu-devel] [PATCH 0/6] Fix misuse of ctype.h functions
Posted by Markus Armbruster 5 years ago
Markus Armbruster (6):
  qemu-bridge-helper: Fix misuse of isspace()
  tests/vhost-user-bridge: Fix misuse of isdigit()
  gdbstub: Reject invalid RLE repeat counts
  gdbstub: Fix misuse of isxdigit()
  pc-bios/s390-ccw: Clean up harmless misuse of isdigit()
  cutils: Simplify how parse_uint() checks for whitespace

 gdbstub.c                 | 16 ++++++++--------
 pc-bios/s390-ccw/libc.c   |  2 +-
 pc-bios/s390-ccw/menu.c   |  2 +-
 qemu-bridge-helper.c      |  7 ++++---
 tests/vhost-user-bridge.c |  2 +-
 util/cutils.c             |  2 +-
 6 files changed, 16 insertions(+), 15 deletions(-)

-- 
2.17.2