diff options
author | Hongzhi.Song <hongzhi.song@windriver.com> | 2018-11-20 01:42:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-21 11:54:14 +0000 |
commit | f5c2e03a211424b177b9f4e465abb9c7f580c2a2 (patch) | |
tree | 59374b916d1c894508e160ba56a49eafddf6bf81 /meta/recipes-connectivity/openssl/openssl_1.1.1.bb | |
parent | 707512e90a719d674c04cff06fd39b2d5e91d397 (diff) | |
download | poky-f5c2e03a211424b177b9f4e465abb9c7f580c2a2.tar.gz |
ltp: Use a legal bad address for mips in setrlimit05.c
This testcase fails on mips32. The process is killed by SIGBUS which
is not as expect.
This is because:
((void *)-1) is not a legal bad address which causes the process
killed by SIGBUG on mips.
'tst_get_bad_addr()' returns an address that should works on mips
and other arches.
(From OE-Core rev: e45948d4be14c14eff0a5c8c8597a7523f2edff1)
Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.1.1.bb')
0 files changed, 0 insertions, 0 deletions