Re: leak sanitizer support

From: Eric Gullufsen <ricky_at_rickysquid.org>
Date: Sun, 02 Jan 2022 08:10:02 UTC
Here is patch for the tiny changes for after add Luoqi Chen's implementation of
clang lsan for freebsd:

https://raw.githubusercontent.com/emgullufsen/freebsd/lsan/lsan-params.diff

^just changed *buffer to InternalMmapVector<uptr> *buffer, to match declaration

Thanks!
-Eric Gullufsen