diff options
author | Davidlohr Bueso <[email protected]> | 2013-09-11 14:26:28 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-09-11 15:59:44 -0700 |
commit | 530fcd16d87cd2417c472a581ba5a1e501556c86 (patch) | |
tree | c741f07d57e5b6fdf5920c6ba87e59b779073aaf /net/lapb/lapb_iface.c | |
parent | 05603c44a7627793219b0bd9a7b236099dc9cd9d (diff) |
ipc, shm: guard against non-existant vma in shmdt(2)
When !CONFIG_MMU there's a chance we can derefence a NULL pointer when the
VM area isn't found - check the return value of find_vma().
Also, remove the redundant -EINVAL return: retval is set to the proper
return code and *only* changed to 0, when we actually unmap the segments.
Signed-off-by: Davidlohr Bueso <[email protected]>
Cc: Sedat Dilek <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Manfred Spraul <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions