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().
|