4 Aug
2020
4 Aug
'20
08:42
http://bugzilla.opensuse.org/show_bug.cgi?id=1173797 http://bugzilla.opensuse.org/show_bug.cgi?id=1173797#c3 --- Comment #3 from Bernhard Wiedemann <bwiedemann@suse.com> --- The other hint is that 0x7FFF is the maximum you can store in a short, such as struct sembuf semaphore [] = {(unsigned short) semNum, (short) op, (short) SEM_UNDO}; so beyond that, you get negative values and those are likely invalid as input to those OS calls. -- You are receiving this mail because: You are on the CC list for the bug.