]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
disable BIND_NOW in libc, libthr, and rtld
authoremaste <emaste@FreeBSD.org>
Mon, 3 Dec 2018 15:59:46 +0000 (15:59 +0000)
committeremaste <emaste@FreeBSD.org>
Mon, 3 Dec 2018 15:59:46 +0000 (15:59 +0000)
commit4b8684b1a76cdf8d687de85e90df90dcced125c3
treebd75c1a9365a8c676147e8892724d80d70eb90ce
parente293711499141f0dad43dbd9fa1603f5fe140450
disable BIND_NOW in libc, libthr, and rtld

An issue remains with BIND_NOW and processes using threads.  For now,
restore libc's BIND_NOW disable, and also disable BIND_NOW in rtld and
libthr.

A patch is in review (D18400) that likely fixes this issue, but just
disable BIND_NOW pending further testing after it is committed.

PR: 233333
Sponsored by: The FreeBSD Foundation
lib/libc/Makefile
lib/libthr/Makefile
libexec/rtld-elf/Makefile