commit | 2012a116d9e6803fb072d0cfe1aae0cc4e6d6416 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Sun Nov 27 00:37:36 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Nov 27 20:23:13 2005 -0800 |
tree | bb9d851ae660c92edb710909746eb414c8d586e0 | |
parent | 16a631733135a625dd8bc83207553aaf34c0a72c [diff] |
[PATCH] drivers/infiniband/core/mad.c: fix use-after-release case The Coverity checker spotted this obvious use-after-release bug caused by a wrong order of the cleanups. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>