summaryrefslogtreecommitdiff
path: root/debian/patches/0012-super-intel-Use-memcpy-to-avoid-confusing-gcc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0012-super-intel-Use-memcpy-to-avoid-confusing-gcc.patch')
-rw-r--r--debian/patches/0012-super-intel-Use-memcpy-to-avoid-confusing-gcc.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0012-super-intel-Use-memcpy-to-avoid-confusing-gcc.patch b/debian/patches/0012-super-intel-Use-memcpy-to-avoid-confusing-gcc.patch
index c0d5e54f..1bea6c6a 100644
--- a/debian/patches/0012-super-intel-Use-memcpy-to-avoid-confusing-gcc.patch
+++ b/debian/patches/0012-super-intel-Use-memcpy-to-avoid-confusing-gcc.patch
@@ -1,7 +1,7 @@
From 167d8bb8302170676f0e15123738e333383fec7b Mon Sep 17 00:00:00 2001
From: Jes Sorensen <jsorensen@fb.com>
Date: Tue, 29 May 2018 16:09:47 -0400
-Subject: [PATCH 12/26] super-intel: Use memcpy() to avoid confusing gcc
+Subject: [PATCH 12/40] super-intel: Use memcpy() to avoid confusing gcc
When added :0 to serial number and copying it back, use memcpy()
instead of strncpy() as we know the actual length. This stops gcc