OSDN Git Service

avoid malloc of ctor queue for programs with no external deps
authorRich Felker <dalias@aerifal.cx>
Sun, 3 Mar 2019 18:24:23 +0000 (13:24 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 3 Mar 2019 18:24:23 +0000 (13:24 -0500)
commit43e7efb46555f13a556d92944ac05c19b8929b60
treea6def1b293af724d0745d47c9f04e36770da02b2
parentf034f145bdf7541995eaf08451275329e09694d8
avoid malloc of ctor queue for programs with no external deps

together with the previous two commits, this completes restoration of
the property that dynamic-linked apps with no external deps and no tls
have no failure paths before entry.
ldso/dynlink.c