diff options
author | Yuanjie Huang <yuanjie.huang@windriver.com> | 2016-08-26 09:57:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-20 15:10:36 +0100 |
commit | 2ce02941300aa3e826df0c59fd8d4ce19950028e (patch) | |
tree | bd2697f0ae74ed16ed96c269f4a68fcbaa00def8 /meta/conf/distro | |
parent | c687c9fcc010947f52e1cd153ea74ae5f6343ca4 (diff) | |
download | openembedded-core-2ce02941300aa3e826df0c59fd8d4ce19950028e.tar.gz openembedded-core-2ce02941300aa3e826df0c59fd8d4ce19950028e.tar.bz2 openembedded-core-2ce02941300aa3e826df0c59fd8d4ce19950028e.zip |
openssh: fix potential signed overflow to enable compilation with -ftrapv
Pointer arithmatic results in implementation defined signed integer
type, so that 's - src' in strlcpy and others may trigger signed overflow.
In case of compilation by gcc or clang with -ftrapv option, the overflow
would lead to program abort.
Upstream-status: Submitted [https://bugzilla.mindrot.org/show_bug.cgi?id=2608]
Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/conf/distro')
0 files changed, 0 insertions, 0 deletions