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

2023-06-01 Thread Eric Blake
On Mon, May 22, 2023 at 02:04:22PM -0500, Eric Blake wrote: > v2 was here: > https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg02951.html > > Since then: > - fix another qemu_strtoui bug > - address review comments from Hanna This series has been reviewed; I fixed up the last few bits, a

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

2023-05-22 Thread Eric Blake
v2 was here: https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg02951.html Since then: - fix another qemu_strtoui bug - address review comments from Hanna 001/19:[] [--] 'test-cutils: Avoid g_assert in unit tests' 002/19:[] [--] 'test-cutils: Use g_assert_cmpuint where appropriate