qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] More qemu_strtosz fixes


From: Eric Blake
Subject: [PATCH 0/2] More qemu_strtosz fixes
Date: Wed, 17 Mar 2021 09:33:23 -0500

The MSYS2 build exposed a latent problem in qemu_strto*l, which in
turn now causes failures ever since test-utils added tests for
qemu_strtosz that depends on a particular behavior when parsing "0x".

https://cirrus-ci.com/task/5180846782021632?command=test#L543

Eric Blake (2):
  utils: Tighter tests for qemu_strtosz
  utils: Work around mingw strto*l bug with 0x

 tests/unit/test-cutils.c | 171 +++++++++++++++++++++++++++++++++++++--
 util/cutils.c            |  33 +++++---
 2 files changed, 189 insertions(+), 15 deletions(-)

-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]