Re: [Qemu-devel] [PATCH v3 0/5] Fix strncpy() warnings for GCC8 new -Wstringop-truncation

2018-12-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20181218175122.3229-1-phi...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20181218175122.3229-1-phi...@redhat.com Type: series Subject: [Qemu-devel] [PATCH v3 0/5] Fix strncpy

Re: [Qemu-devel] [PATCH v3 0/5] Fix strncpy() warnings for GCC8 new -Wstringop-truncation

2018-12-18 Thread Philippe Mathieu-Daudé
On 12/18/18 6:51 PM, Philippe Mathieu-Daudé wrote: > GCC 8 new warning prevents builds to success since quite some time. > First report on the mailing list is in July 2018: > https://lists.gnu.org/archive/html/qemu-devel/2018-07/msg03723.html > > Various intents has been sent to fix this: > - Inco

[Qemu-devel] [PATCH v3 0/5] Fix strncpy() warnings for GCC8 new -Wstringop-truncation

2018-12-18 Thread Philippe Mathieu-Daudé
GCC 8 new warning prevents builds to success since quite some time. First report on the mailing list is in July 2018: https://lists.gnu.org/archive/html/qemu-devel/2018-07/msg03723.html Various intents has been sent to fix this: - Incorrectly using g_strlcpy() https://lists.gnu.org/archive/html/