Page MenuHomeFreeBSD

ASAN: reduce verbosity
ClosedPublic

Authored by bapt on Apr 25 2022, 9:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 1:59 PM
Unknown Object (File)
Sat, May 4, 1:59 PM
Unknown Object (File)
Tue, Apr 30, 12:29 AM
Unknown Object (File)
Tue, Apr 30, 12:14 AM
Unknown Object (File)
Fri, Apr 26, 12:50 PM
Unknown Object (File)
Fri, Apr 26, 12:48 PM
Unknown Object (File)
Fri, Apr 26, 11:32 AM
Unknown Object (File)
Fri, Apr 26, 7:02 AM
Subscribers

Details

Summary

When running binaries compiled with libasan in PIE and with ALSR on,
the previous code always print the WARNING message, the new code only
printed it if the run is made with the right verbosity

Before this change, many unit test will always fail because of the extra
message which is printed

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bapt requested review of this revision.Apr 25 2022, 9:26 AM

LGTM except style issue, look at the SANITIZER_PPC64V2 case above, space after the 1 and line up the string indentation.

This revision is now accepted and ready to land.Apr 25 2022, 1:37 PM
This revision was automatically updated to reflect the committed changes.

Note to self: for upstreaming, see also D33934