avoid malloc of deps arrays for ldso and vdso
neither has or can have any dependencies, but since commit 40355569, gratuitous zero-length deps arrays were being allocated for them. use a dummy array instead.
Showing
想要评论请 注册 或 登录
neither has or can have any dependencies, but since commit 40355569, gratuitous zero-length deps arrays were being allocated for them. use a dummy array instead.