[ptr-compr] Fix false positive memory leak reports
... by adding use_unaligned=1 to default LSAN_OPTIONS. With pointer compression in V8 the external pointers from V8 heap are guaranteed to be only 4-byte aligned so without this flag LSAN is not able to find all the external pointers. Bug: chromium:328552 Change-Id: I4bb7eb68d023ae4fb4324cf13d317e3ee011669d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926472Reviewed-by:Abhishek Arya <inferno@chromium.org> Commit-Queue: Igor Sheludko <ishell@chromium.org> Cr-Commit-Position: refs/heads/master@{#718488}
Showing
Please register or sign in to comment