Browse Source
shmat may call shmget. shmget locks by itself as necessary, so there's no reason to keep the lock active and recurse into the lock. Use SRWLOCK and only lock as required. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>topic/aslr_support
1 changed files with 10 additions and 10 deletions
Loading…
Reference in new issue