in dlopen: don't use null pointer
authorRich Felker <dalias@aerifal.cx>
Mon, 27 Jun 2011 01:36:44 +0000 (21:36 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 27 Jun 2011 01:36:44 +0000 (21:36 -0400)
commit0e4dae3d77f67bed0cd29c98b67b86c7d9853ac9
tree412b978f832b9f8547c3549cbf4be7ddf1cac282
parent92ab5d8d156545ab0daff6062d7a519861684fb6
in dlopen: don't use null pointer

deps can be null if a library has no dependencies (such as libc itself)
src/ldso/dynlink.c