Files
poky/meta
Hongxu Jia 5758817444 openssh: fix potential signed overflow in pointer arithmatic
Pointer arithmatic results in implementation defined signed integer
type, so that 'd - dst’ in strlcat may trigger signed overflow if
pointer ‘d’ is near 0x7fffffff in 32 bits system. In case of ompilation
by gcc or clang with -ftrapv option, the overflow would generate
program abort.

(From OE-Core rev: 1c4b8d797c76a08ebd1658066e9d32972b6abe58)

Signed-off-by: hguo3 <heng.guo@windriver.com>
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-06-18 11:23:48 +01:00
..
2019-06-14 22:48:22 +01:00
2019-06-14 22:48:22 +01:00
2019-05-22 07:24:52 +01:00
2019-06-14 22:48:22 +01:00
2018-09-21 18:45:47 -07:00
2016-01-07 13:40:14 +00:00