Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 21:52:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 276597] cannot build world with WITH_ASAN configured
Message-ID:  <bug-276597-29464-TPk2Q6Snsf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276597-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276597-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276597

--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D31aedef26fc0613f5d61204c624451d57=
e716ed9

commit 31aedef26fc0613f5d61204c624451d57e716ed9
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-01-27 21:48:58 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-01-27 21:48:58 +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

 .../sanitizer_common/sanitizer_common_interceptors.inc    | 15 -----------=
----
 .../sanitizer_common/sanitizer_platform_interceptors.h    |  1 -
 2 files changed, 16 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276597-29464-TPk2Q6Snsf>