]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: chipidea: prevent access to freed memory
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 22 Nov 2012 08:48:41 +0000 (09:48 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 22 Nov 2012 08:48:41 +0000 (09:48 +0100)
commit78f6383457809c0ff4166a25a4e1157af20d95ac
tree2b38116fae00af554aba37743488c15fa4b25b68
parent3805711eb31d3b980c4a55a6994bbc8b22a9ec65
USB: chipidea: prevent access to freed memory

The pointer to a platform_device struct must not be dereferenced after
the device has been unregistered.
drivers/usb/chipidea/core.c