summaryrefslogtreecommitdiff
path: root/debian/patches/0019-mdopen-fix-gcc-8.1-string-overflow-error.patch
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2018-07-23 11:41:17 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2018-07-23 11:41:17 +0100
commit3bed5265f9c792edfcd593eeaa93675711e5e264 (patch)
tree60fcbcc5048f276f07022b12d9b34245a6e8ae8d /debian/patches/0019-mdopen-fix-gcc-8.1-string-overflow-error.patch
parent9421e599c44cd50d3df4cd019cd3c53d9320e93d (diff)
Cherrypick master patches up to 20th of July 2018. LP: #1781427
Diffstat (limited to 'debian/patches/0019-mdopen-fix-gcc-8.1-string-overflow-error.patch')
-rw-r--r--debian/patches/0019-mdopen-fix-gcc-8.1-string-overflow-error.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0019-mdopen-fix-gcc-8.1-string-overflow-error.patch b/debian/patches/0019-mdopen-fix-gcc-8.1-string-overflow-error.patch
index 755459f3..3431d245 100644
--- a/debian/patches/0019-mdopen-fix-gcc-8.1-string-overflow-error.patch
+++ b/debian/patches/0019-mdopen-fix-gcc-8.1-string-overflow-error.patch
@@ -1,7 +1,7 @@
From c1b78589cf042221e22a014332b195b2309cb178 Mon Sep 17 00:00:00 2001
From: Jes Sorensen <jsorensen@fb.com>
Date: Thu, 31 May 2018 13:11:21 -0400
-Subject: [PATCH 19/26] mdopen: fix gcc 8.1 string overflow error
+Subject: [PATCH 19/40] mdopen: fix gcc 8.1 string overflow error
We already cut symlinks longer than 1000, so rely on this calling
readlink and error out if we are able to read more than 1000 bytes.