On Mon, 13 Jul 2020 18:20:14 +0300 Ido Schimmel wrote: > From: Ido Schimmel <[email protected]> > > Dereferencing the reporter after it was destroyed in order to unlock the > reporters lock results in a use-after-free [1]. > > Fix this by storing a pointer to the lock in a local variable before > destroying the reporter.
Reviewed-by: Jakub Kicinski <[email protected]>
