aboutsummaryrefslogtreecommitdiff
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
authorZou Wei <[email protected]>2021-05-11 14:58:53 +0800
committerDavid S. Miller <[email protected]>2021-05-11 16:12:46 -0700
commit009fc857c5f6fda81f2f7dd851b2d54193a8e733 (patch)
treedad9c927d7228136d5f041304f6edb78ebaf5448 /lib/dynamic_debug.c
parent1c72e6ab66b9598cac741ed397438a52065a8f1f (diff)
mISDN: fix possible use-after-free in HFC_cleanup()
This module's remove path calls del_timer(). However, that function does not wait until the timer handler finishes. This means that the timer handler may still be running after the driver's remove function has finished, which would result in a use-after-free. Fix by calling del_timer_sync(), which makes sure the timer handler has finished, and unable to re-schedule itself. Reported-by: Hulk Robot <[email protected]> Signed-off-by: Zou Wei <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions