[PATCH] [2.4] [2.5] Fix PPPoATM crash on disconnection
PPPoATM uses tasklet_disable() on a tasklet inside a struct and then frees the struct, leaving a pointer to the freed tasklet inside tasklet lists. This patch replaces tasklet_disable() with tasklet_kill().
Showing
Please register or sign in to comment