diff options
author | Ross Burton <ross.burton@intel.com> | 2017-06-23 16:44:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-27 10:38:43 +0100 |
commit | 81f9abc256272e0c9b0f993f7a57e2175c692684 (patch) | |
tree | 97f10ed71f9791a2dbd44ec086896e7de5e111a3 /meta/recipes-connectivity | |
parent | b8358bc61435ec996ecd6931fb6d6d41bb4f710b (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch | 2 |
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. | |||
8 | In case of compilation by gcc or clang with -ftrapv option, the overflow | 8 | In case of compilation by gcc or clang with -ftrapv option, the overflow |
9 | would lead to program abort. | 9 | would lead to program abort. |
10 | 10 | ||
11 | Upstream-status: Submitted [http://bugzilla.mindrot.org/show_bug.cgi?id=2608] | 11 | Upstream-Status: Submitted [http://bugzilla.mindrot.org/show_bug.cgi?id=2608] |
12 | 12 | ||
13 | Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com> | 13 | Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com> |
14 | --- | 14 | --- |