Eric Blake <[email protected]> writes: > On Sat, Feb 03, 2024 at 09:02:26AM +0100, Markus Armbruster wrote: >> qemu_socket() and make_udp_socket() return a file descriptor on >> success, -1 on failure. The check misinterprets 0 as failure. Fix >> that. >> >> Signed-off-by: Markus Armbruster <[email protected]> >> --- >> tests/unit/test-char.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > Reviewed-by: Eric Blake <[email protected]> > > Might be worth amending the commit message of 1/4 where you called out > this bug to mention it will be fixed in the next patch.
Yes. Thanks! _______________________________________________ Devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
