On 01/28/2019 10:13 AM, Jakub Sitnicki wrote: > Despite having stopped the parser, we still need to deinitialize it by > calling strp_done so that it cancels its work. Otherwise the worker > thread can run after we have freed the parser, and attempt to access its > workqueue resulting in a use-after-free: > [...] > Reported-by: Marek Majkowski <ma...@cloudflare.com> > Link: > https://lore.kernel.org/netdev/CAJPywTLwgXNEZ2dZVoa=udizmtrwj0q5subw64ays0y1khx...@mail.gmail.com > Signed-off-by: Jakub Sitnicki <ja...@cloudflare.com>
Applied, thanks!