[Bug 236165] crash in malloc with ld.lld and -Wl,--export-dynamic -static

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 21 13:11:49 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236165

maskray <emacsray at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emacsray at gmail.com

--- Comment #3 from maskray <emacsray at gmail.com> ---
Replied in https://reviews.llvm.org/D42748#1510087 :)

moving away from &_DYNAMIC will be a more reliable approach.
To check if an executable is dynamically linked, inspecting PT_INTERP is a
better choice.

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


More information about the freebsd-toolchain mailing list