From 97fb73c92a6e93b3ceb87e356b704627eff861e7 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 21 Jul 2018 03:15:12 +0100 Subject: [PATCH] Add Forwarded fields to gcc 8 build fixes --- .../bugfix/all/tools-lib-api-fs-fs.c-fix-misuse-of-strncpy.patch | 1 + debian/patches/bugfix/all/usbip-fix-misuse-of-strncpy.patch | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/patches/bugfix/all/tools-lib-api-fs-fs.c-fix-misuse-of-strncpy.patch b/debian/patches/bugfix/all/tools-lib-api-fs-fs.c-fix-misuse-of-strncpy.patch index 33405fac7..80383f7c0 100644 --- a/debian/patches/bugfix/all/tools-lib-api-fs-fs.c-fix-misuse-of-strncpy.patch +++ b/debian/patches/bugfix/all/tools-lib-api-fs-fs.c-fix-misuse-of-strncpy.patch @@ -2,6 +2,7 @@ From: Ben Hutchings Date: Thu, 19 Jul 2018 23:36:52 +0100 Subject: tools/lib/api/fs/fs.c: Fix misuse of strncpy() Bug-Debian: https://bugs.debian.org/897802 +Forwarded: https://lore.kernel.org/lkml/20180721021026.GQ14131@decadent.org.uk/T/ gcc 8 reports: diff --git a/debian/patches/bugfix/all/usbip-fix-misuse-of-strncpy.patch b/debian/patches/bugfix/all/usbip-fix-misuse-of-strncpy.patch index 9f0d3f815..45836520b 100644 --- a/debian/patches/bugfix/all/usbip-fix-misuse-of-strncpy.patch +++ b/debian/patches/bugfix/all/usbip-fix-misuse-of-strncpy.patch @@ -2,6 +2,7 @@ From: Ben Hutchings Date: Fri, 20 Jul 2018 01:30:24 +0100 Subject: usbip: Fix misuse of strncpy() Bug-Debian: https://bugs.debian.org/897802 +Forwarded: https://marc.info/?l=linux-usb&m=153213915806258 gcc 8 reports: