summaryrefslogtreecommitdiff
path: root/debian/patches/0022-super-ddf-Fix-gcc-8.1-overflow-warnings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0022-super-ddf-Fix-gcc-8.1-overflow-warnings.patch')
-rw-r--r--debian/patches/0022-super-ddf-Fix-gcc-8.1-overflow-warnings.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0022-super-ddf-Fix-gcc-8.1-overflow-warnings.patch b/debian/patches/0022-super-ddf-Fix-gcc-8.1-overflow-warnings.patch
index d31dde85..0269abe1 100644
--- a/debian/patches/0022-super-ddf-Fix-gcc-8.1-overflow-warnings.patch
+++ b/debian/patches/0022-super-ddf-Fix-gcc-8.1-overflow-warnings.patch
@@ -1,7 +1,7 @@
From 002a5978f015a77ecc48487006b1030f9dbe1394 Mon Sep 17 00:00:00 2001
From: Jes Sorensen <jsorensen@fb.com>
Date: Thu, 31 May 2018 16:07:33 -0400
-Subject: [PATCH 22/26] super-ddf: Fix gcc-8.1 overflow warnings
+Subject: [PATCH 22/40] super-ddf: Fix gcc-8.1 overflow warnings
Cast to types that are big enough to hold the values, but also guarantee
no overflow of the buffer keepts gcc happy.