Re: leak sanitizer support

From: Eric Gullufsen <ricky_at_rickysquid.org>
Date: Sun, 02 Jan 2022 19:35:06 UTC
Hey Luoqi,

Awesome sounds great - will test with your new diff & module files posted &
report back here in a few - thanks!

-Eric

On Sun, Jan 02, 2022 at 09:53:06AM -0800, Luoqi Chen wrote:
> Hi, Eric,
> 
> Thanks for trying out the patch and adapting it to -current. To be honest,
> I wasn't very careful about details such as locking, it was meant for
> internal use only (and the fact that these details don't usually matter for
> a normally terminating process). For a wider audience, it's better to tie
> up the loose ends. I've spent a little bit of time to fix the potential
> locking issue and also to cleanup some unused code, would you mind trying
> out the new version? I've updated the diff files.
> 
> -luoqi