[PATCH] fix tty shutdown race
use-after-free races have been seen due to the workqueue timer in the tty structure going off after the tty was freed. Fix that up by using cancel_scheduled_work() and flush_scheduled_work().
Showing
Please register or sign in to comment