https://github.com/torvalds/linux
Revision d57d973101e87b2e30ccfa899fe36c4b2e32d217 authored by Alexander Graf on 06 July 2007, 09:39:53 UTC, committed by Linus Torvalds on 06 July 2007, 17:23:43 UTC
When calling a semctl(IPC_STAT) without IPC_64 the check if the memory is
unevaluated.  This patch fixes this.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 0db19c4
History
Tip revision: d57d973101e87b2e30ccfa899fe36c4b2e32d217 authored by Alexander Graf on 06 July 2007, 09:39:53 UTC
fix logic error in ipc compat semctl()
Tip revision: d57d973

back to top