Re: [PATCH v2 00/19] Fix qemu_strtosz() read-out-of-bounds

2023-05-12 Thread Eric Blake
On Thu, May 11, 2023 at 09:10:14PM -0500, Eric Blake wrote: > v1 was here: > https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg01988.html > > since then: > - make parse_uint easier to use, then use it in qemu_strtosz > - add even more unit tests > - fix a bug in qemu_strtoui > - avoid deref

[PATCH v2 00/19] Fix qemu_strtosz() read-out-of-bounds

2023-05-11 Thread Eric Blake
v1 was here: https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg01988.html since then: - make parse_uint easier to use, then use it in qemu_strtosz - add even more unit tests - fix a bug in qemu_strtoui - avoid dereferencing randome memory during unit tests [Hanna] - other cleanups as I foun