Re: [PATCH v3 01/66] util: Suppress -Wstringop-overflow in qemu_thread_start

2021-08-19 Thread Peter Maydell
On Wed, 18 Aug 2021 at 20:22, Richard Henderson wrote: > > This seems to be either a glibc or gcc bug, but the code > appears to be fine with the warning suppressed. > > Signed-off-by: Richard Henderson > --- > util/qemu-thread-posix.c | 19 +++ > 1 file changed, 19 insertions(+)

[PATCH v3 01/66] util: Suppress -Wstringop-overflow in qemu_thread_start

2021-08-18 Thread Richard Henderson
This seems to be either a glibc or gcc bug, but the code appears to be fine with the warning suppressed. Signed-off-by: Richard Henderson --- util/qemu-thread-posix.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/util/qemu-thread-posix.c b/util/qemu-thread-posix.c inde