summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-06-23 16:44:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-27 10:38:43 +0100
commit81f9abc256272e0c9b0f993f7a57e2175c692684 (patch)
tree97f10ed71f9791a2dbd44ec086896e7de5e111a3 /meta/recipes-connectivity/openssh
parentb8358bc61435ec996ecd6931fb6d6d41bb4f710b (diff)
downloadpoky-81f9abc256272e0c9b0f993f7a57e2175c692684.tar.gz
meta: Fix malformed Upstream-Status tags
Fix a variety of spelling and format mistakes to improve the ease of reading the tags programatically. (From OE-Core rev: 6e1aaf80b0d951b48cd25cb7161ec19448295094) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh')
-rw-r--r--meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch b/meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch
index df64a140d3..7e043a2db1 100644
--- a/meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch
+++ b/meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch
@@ -8,7 +8,7 @@ type, so that 's - src' in strlcpy and others may trigger signed overflow.
8In case of compilation by gcc or clang with -ftrapv option, the overflow 8In case of compilation by gcc or clang with -ftrapv option, the overflow
9would lead to program abort. 9would lead to program abort.
10 10
11Upstream-status: Submitted [http://bugzilla.mindrot.org/show_bug.cgi?id=2608] 11Upstream-Status: Submitted [http://bugzilla.mindrot.org/show_bug.cgi?id=2608]
12 12
13Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com> 13Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com>
14--- 14---