diff options
author | Hongzhi.Song <hongzhi.song@windriver.com> | 2018-10-07 20:31:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-09 19:04:02 +0100 |
commit | 7a3cfd235b7434df5e9cdcbb5267ae6c618c1726 (patch) | |
tree | 95cb97d7d7ed2d74179705eca26ba3b0ca5195f4 /meta/recipes-multimedia | |
parent | 58641400ce51176ea18e09428038c4e8a8ec2cd5 (diff) | |
download | poky-7a3cfd235b7434df5e9cdcbb5267ae6c618c1726.tar.gz |
ltp: recent glibc calls syscall directly
The case of sigwaitinfo related to sigwaitinfo API failed.
glibc commit
8b0e795aaa44 ("Simplify Linux sig{timed}wait{info} implementations")
changed sigwaitinfo to call sigtimedwait, which calls rt_sigtimedwait
syscall directly.
So, an invalid pointer no longer crashes child process and test
reports failure. Fix it by accepting either crash or EFAULT.
(From OE-Core rev: bfd32c0d1c335e9c9cf8340f999e15054917577e)
Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
0 files changed, 0 insertions, 0 deletions