summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2018-11-11 19:46:43 +0000
committerBen Hutchings <ben@decadent.org.uk>2018-11-11 19:48:34 +0000
commit3ae7403fec81cc7a34cae011442d9efcdba541bd (patch)
treeb06ee010bbb04dae692e46bc0e9bca5cf146f57f
parent22faea663c83a57c5be71858107d7e41e5f86595 (diff)
downloadlinux-stable-queue-3ae7403fec81cc7a34cae011442d9efcdba541bd.tar.gz
Escape backslash in subject line
"git quiltimport" apparently interprets backslash-escapes in the subject line (but not the body), which resulted in: of-unittest-for-strings-account-for-trailing-0-in-property-length.patch error: a NUL byte in commit log message not allowed.
-rw-r--r--queue-3.16/of-unittest-for-strings-account-for-trailing-0-in-property-length.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/queue-3.16/of-unittest-for-strings-account-for-trailing-0-in-property-length.patch b/queue-3.16/of-unittest-for-strings-account-for-trailing-0-in-property-length.patch
index 58df552e..abf9c6ca 100644
--- a/queue-3.16/of-unittest-for-strings-account-for-trailing-0-in-property-length.patch
+++ b/queue-3.16/of-unittest-for-strings-account-for-trailing-0-in-property-length.patch
@@ -1,6 +1,6 @@
From: Stefan M Schaeckeler <sschaeck@cisco.com>
Date: Mon, 21 May 2018 16:26:14 -0700
-Subject: of: unittest: for strings, account for trailing \0 in property length
+Subject: of: unittest: for strings, account for trailing \\0 in property length
field
commit 3b9cf7905fe3ab35ab437b5072c883e609d3498d upstream.