rofl0r 2b47a7aff2 semctl: fix UB causing crashes on powerpc
it's UB to fetch variadic args when none are passed, and this caused
real crashes on ppc due to its calling convention, which defines that
for variadic functions aggregate types be passed as pointers.
the assignment caused that pointer to get dereferenced, resulting in
a crash.
2014-03-13 20:52:34 +01:00
..
2011-02-12 00:22:29 -05:00
2013-11-09 00:18:57 -05:00
2012-09-22 08:04:17 -04:00
2011-04-17 11:43:03 -04:00
2011-04-17 11:43:03 -04:00
2012-09-22 16:08:58 -04:00