diff options
author | Jiyong Park <jiyong@google.com> | 2019-02-15 12:15:27 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2019-02-15 12:15:27 +0900 |
commit | 88d03200d46dceabf60472a85ac4242bc4501d3d (patch) | |
tree | c47565ed27e0002c0a35c6f3f2e4b4cde09cc7e6 /libc/malloc_debug/malloc_debug.cpp | |
parent | 4788931135cc9d87c57d927fd202ebb3d84993a4 (diff) |
Fix: symbols/bionic/lib64/libc.so is the wrong variant
The new module type bionic_mountpoint wasn't mutated by the sanitizer.
As a result, it has been taking non-sanitized symbol libraries even for
sanitized builds. Fixing the issue by making the module type to
implement the cc.Sanitizeable interface so that it can be mutated by the
sanitizer.
Bug: 124469750
Test: SANITIZE_TARGET=hwaddress m
Inspect Android-<target>.mk and check that LOCAL_SOONG_UNSTRIPPED_BINARY
for libc.mountpoint module is pointing to a hwasan variant of libc.so
Change-Id: I10c863c0dbd361463648a4b7d897a4f88a9c85cb
Diffstat (limited to 'libc/malloc_debug/malloc_debug.cpp')
0 files changed, 0 insertions, 0 deletions