aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2015-06-15 20:05:51 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-22 21:15:49 -0700
commit68d35c7b3b1aa686e3039eb2626bf5e3ea8dbe81 (patch)
tree1b4e728abf7ba46894bc6c2ce8a2659271838ff6 /drivers/misc
parentparport: fix memory leak (diff)
downloadlinux-dev-68d35c7b3b1aa686e3039eb2626bf5e3ea8dbe81.tar.xz
linux-dev-68d35c7b3b1aa686e3039eb2626bf5e3ea8dbe81.zip
parport: fix freeing freed memory
After the reference count becomes 0 when put_device() is called, it will execute the release callback where we are freeing all the allocated memory associated with the device. So if we just continue on the error path then we are again freeing devname and trying to dereference par_dev which has already been free-ed in the release callback. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
0 files changed, 0 insertions, 0 deletions