]> git.ipfire.org Git - thirdparty/glibc.git/commit
fork in libpthread cannot use IFUNC resolver [BZ #19861]
authorFlorian Weimer <fweimer@redhat.com>
Wed, 1 Jun 2016 05:14:42 +0000 (07:14 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 2 Jun 2016 09:39:58 +0000 (11:39 +0200)
commit1915d6d182a55d1eb852643a78ac24bc17783fb0
treea635ada7cf7b27c0727c18172c72b0f917b28b0e
parente6eea05ee7bc49dbe9531620595fd7f6ca587dcd
fork in libpthread cannot use IFUNC resolver [BZ #19861]

This commit only addresses the fork case, the vfork case has to be a
tail call, which is why the generic code needs an IFUNC resolver
there.

(cherry picked from commit f06f3f05b48c72e2c9b0fa78671f94fd22d67da8)
ChangeLog
nptl/pt-fork.c