commit | ec5f5bf80501abfe2da2897cfcde8452b545aacb | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Wed Apr 22 15:03:15 2009 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Apr 24 07:52:08 2009 -0700 |
tree | a2426e9f1b0d288105b6be6fb992a00489f2b204 | |
parent | 79e95eba026944ec3353754f24e316d3aaa209fe [diff] |
radio_si470x: Fix free memory corruption The release path for a disconnected device frees the object then unlocks the mutex in the freed object... Found by Dan Carpenter using Smatch Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>