OSDN Git Service

avoid malloc of deps arrays for ldso and vdso
authorRich Felker <dalias@aerifal.cx>
Sun, 3 Mar 2019 17:42:34 +0000 (12:42 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 3 Mar 2019 17:45:23 +0000 (12:45 -0500)
commitf034f145bdf7541995eaf08451275329e09694d8
tree329c98135f75ca7a72428b15e1ae2f7b9b29e06c
parente612d094b1d27e1d61940e58d8aaeb249c54e768
avoid malloc of deps arrays for ldso and vdso

neither has or can have any dependencies, but since commit
403555690775f7c8806372644f543518e6664e3b, gratuitous zero-length deps
arrays were being allocated for them. use a dummy array instead.
ldso/dynlink.c