Page MenuHomeFreeBSD

ASAN: reduce verbosity
ClosedPublic

Authored by bapt on Apr 25 2022, 9:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 20, 2:36 AM
Unknown Object (File)
Tue, May 13, 4:22 AM
Unknown Object (File)
Tue, May 6, 10:09 PM
Unknown Object (File)
Apr 13 2025, 1:42 PM
Unknown Object (File)
Mar 31 2025, 2:06 AM
Unknown Object (File)
Feb 24 2025, 4:25 AM
Unknown Object (File)
Jan 17 2025, 7:32 PM
Unknown Object (File)
Nov 30 2024, 6:18 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