| Index: client/tests/ltp/ltp.patch
|
| diff --git a/client/tests/ltp/ltp.patch b/client/tests/ltp/ltp.patch
|
| index c207686d946aaaf2c68ef22abfe768a9d54a5012..98706db390a4f444975c4ea094e71cde0d835b04 100644
|
| --- a/client/tests/ltp/ltp.patch
|
| +++ b/client/tests/ltp/ltp.patch
|
| @@ -10,3 +10,14 @@ diff -urN ltp-full-20091231_vanilla/runtest/syscalls ltp-full-20091231/runtest/s
|
|
|
| wait02 wait02
|
|
|
| +--- ltp-full-20091231_vanilla/testcases/kernel/syscalls/epoll/epoll-ltp.c 2010-03-22 17:25:18.000000000 -0700
|
| ++++ ltp-full-20091231/testcases/kernel/syscalls/epoll/epoll-ltp.c 2010-03-22 17:27:06.000000000 -0700
|
| +@@ -450,7 +450,7 @@
|
| + ev_ptr = &event;
|
| + break;
|
| + case 1: /* Pass unaligned struct */
|
| +- unaligned_event_ptr->data.u64 = 0;
|
| ++ memset(&unaligned_event_ptr->data.u64, 0, sizeof(unaligned_event_ptr->data.u64));
|
| + ev_ptr = unaligned_event_ptr;
|
| + break;
|
| + case 2:
|
|
|