[LTP] [PATCH V9 2/2] syscalls/semtimedop: Add failure test for invalid timeout pointer
Viresh Kumar
viresh.kumar@linaro.org
Wed Sep 2 12:08:10 CEST 2020
On 02-09-20, 17:09, Li Wang wrote:
> This '&invalid_to' can't be passed to the semtimedop(.., timeout) correctly,
> because in that wrapper function call_semop(), you invoke
> tst_ts_get(timeout)
> to resolve an invalid address which will be caused a segmental fault
> eventually.
Thanks a lot for figuring out the crash that I wasn't able to solve
then :)
--
viresh
More information about the ltp
mailing list