Re: [Xen-devel] [PATCH 0/7] Fix warnings found by gcc 8

2018-04-05 Thread Juergen Gross
On 05/04/18 11:03, Wei Liu wrote: > On Thu, Apr 05, 2018 at 03:50:48AM +0200, Marek Marczykowski-Górecki wrote: >> A few patches enabling build with gcc 8. >> >> Marek Marczykowski-Górecki (7): >> tools/libxc: fix strncpy size >> tools/misc: fix hypothetical buffer overflow in xen-lowmemd >>

Re: [Xen-devel] [PATCH 0/7] Fix warnings found by gcc 8

2018-04-05 Thread Wei Liu
On Thu, Apr 05, 2018 at 03:50:48AM +0200, Marek Marczykowski-Górecki wrote: > A few patches enabling build with gcc 8. > > Marek Marczykowski-Górecki (7): > tools/libxc: fix strncpy size > tools/misc: fix hypothetical buffer overflow in xen-lowmemd > tools/blktap2: fix hypothetical buffer ov

[Xen-devel] [PATCH 0/7] Fix warnings found by gcc 8

2018-04-04 Thread Marek Marczykowski-Górecki
A few patches enabling build with gcc 8. Marek Marczykowski-Górecki (7): tools/libxc: fix strncpy size tools/misc: fix hypothetical buffer overflow in xen-lowmemd tools/blktap2: fix hypothetical buffer overflow tools/blktap2: fix possible '\0' truncation tools/xenpmd: fix possible '\0' t