Hi, > The change looks correct in itself. > Did it expose a bug, or did you found this reviewing original commit? I noticed this when the 'msg_lrpid' member was unexpectedly zero after a msgctl(IPC_STAT) call, and printing the 'struct msqid_ds' in question with gdb revealed that the expected value was not in 'msg_lrpid', but the unused member located right after. The 'Fixes' line is based purely on running git blame.
Cheers, Leo
