commit | e1bcfcaa0b3bec2a67b22c565a0bf508ea90db1d | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Fri Aug 26 18:34:14 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Aug 26 19:37:12 2005 -0700 |
tree | 01c6de89a3d60c35d2133c0b6b1903509a8f1df8 | |
parent | 1c9cf6f9861f8d27303ee2531b3b7686269c71ce [diff] |
[PATCH] IB: fix use-after-free in user verbs cleanup Fix a use-after-free bug in userspace verbs cleanup: we can't touch mr->device after we free mr by calling ib_dereg_mr(). Signed-off-by: Roland Dreier <rolandd@cisco.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>