Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 14:49:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 215125] clang: Turning on sanitizer options causes the test for non-existent function mallinfo() to pass
Message-ID:  <bug-215125-29464-gbYWFEsWIB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215125-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215125-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=3D215125

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dim@FreeBSD.org
           Assignee|freebsd-toolchain@FreeBSD.o |dim@FreeBSD.org
                   |rg                          |
             Status|New                         |In Progress

--- Comment #1 from Dimitry Andric <dim@FreeBSD.org> ---
Interesting, this is because the sanitizers have several interceptors for
Linux-specific functions and variables, and these cause the link to succeed.

I will check with upstream how we can best solve this. Most likely these
interceptors should be disabled completely for FreeBSD.

--=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-215125-29464-gbYWFEsWIB>