Home | History | Annotate | Download | only in kernel
History log of /src/tests/kernel/t_semtimedop.c
RevisionDateAuthorComments
 1.2  10-Oct-2024  martin Fix semctl(..., SETVAL, value) calls: you can not pass an integer 0
to a variadic function expecting a union with all ABIs, as they may not
promote to the same type.

For example on powerpc this caused the test program to crash with a NULL
deref when evaluating the va_arg().
 1.1  03-Oct-2024  christos new semtimedop(2) test GSoC 2024 (Shivraj Jamgade)

RSS XML Feed