diff options
author | Konstantin Khlebnikov <[email protected]> | 2012-12-14 15:03:10 +0400 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2013-01-07 17:42:58 +0100 |
commit | 311bd84247ee0bedae6cdfbfc5e2c3450f9decd1 (patch) | |
tree | 23e7218b9e23c33ca9e8534ddbb05664f896fab3 /fs/jbd2/commit.c | |
parent | d1c3ed669a2d452cacfb48c2d171a1f364dae2ed (diff) |
EDAC: Fix kernel panic on module unloading
This patch fixes use-after-free and double-free bugs in
edac_mc_sysfs_exit(). mci_pdev has single reference and put_device()
calls mc_attr_release() which calls kfree(). The following
device_del() works with already released memory. An another kfree() in
edac_mc_sysfs_exit() releses the same memory again. Great.
Signed-off-by: Konstantin Khlebnikov <[email protected]>
Cc: [email protected] # 3.[67]
Cc: Denis Kirjanov <[email protected]>
Cc: Mauro Carvalho Chehab <[email protected]>
Link: http://lkml.kernel.org/r/20121214110310.11019.21098.stgit@zurg
Signed-off-by: Borislav Petkov <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions