Hi, This patch series fixes a few warnings when building kvmtool with GCC8. I'm not sure it's the best solution for each case. Note that kvmtool was removed from Debian testing following these warnings (but it's using an old version): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897777 I do not know why it wasn't built with WERROR=0 instead. Regards, Anisse -- Anisse Astier (3): builtin-run: Fix warning when resolving path virtio: fix warning on strncpy kvmtool: 9p: fix overapping snprintf builtin-run.c | 4 +++- virtio/9p.c | 9 ++++++++- virtio/net.c | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) -- 2.19.1