summaryrefslogtreecommitdiff
path: root/fs/qnx6
diff options
context:
space:
mode:
authorSven Van Asbroeck <thesven73@gmail.com>2019-09-19 18:11:37 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-02-15 00:29:56 +0300
commitfd97ed8c874dc479d868ad33311ad227ff0c98ee (patch)
tree568d41fa46edfa0f58b6dee09af8ac4043110552 /fs/qnx6
parent8885e4fb7ac511b56778549fbaeff22b72b1d7c2 (diff)
downloadlinux-fd97ed8c874dc479d868ad33311ad227ff0c98ee.tar.xz
power: supply: ltc2941-battery-gauge: fix use-after-free
commit a60ec78d306c6548d4adbc7918b587a723c555cc upstream. This driver's remove path calls cancel_delayed_work(). However, that function does not wait until the work function finishes. This could mean that the work function is still running after the driver's remove function has finished, which would result in a use-after-free. Fix by calling cancel_delayed_work_sync(), which ensures that that the work is properly cancelled, no longer running, and unable to re-schedule itself. This issue was detected with the help of Coccinelle. Cc: stable <stable@vger.kernel.org> Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/qnx6')
0 files changed, 0 insertions, 0 deletions