[Bug 276597] cannot build world with WITH_ASAN configured
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 17:55:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276597 --- Comment #18 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3bd3724e4c8685d98bfc6feb3024b8bb213eed49 commit 3bd3724e4c8685d98bfc6feb3024b8bb213eed49 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-01-27 21:48:58 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2024-01-30 17:53:39 +0000 Merge commit 16a1ef86cbc5 from llvm-project (by David CARLIER): [compiler-rt] remove hexdump interception. (#79378) a freebsd dev member reported a symbol conflict and intercepting this had little value anyway. This is one part of fixing the WITH_ASAN build. Some executables in the base system define their own hexdump() symbol, which would otherwise conflict with the ASan-intercepted one. Reported by: markj PR: 276597 MFC after: 3 days (cherry picked from commit 31aedef26fc0613f5d61204c624451d57e716ed9) .../sanitizer_common/sanitizer_common_interceptors.inc | 15 --------------- .../sanitizer_common/sanitizer_platform_interceptors.h | 1 - 2 files changed, 16 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.