diff options
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 | --- |