OSDN Git Service

Be extra careful to memset the correct size, not the size of some random
authorEric Andersen <andersen@codepoet.org>
Wed, 18 Jun 2003 22:42:23 +0000 (22:42 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 18 Jun 2003 22:42:23 +0000 (22:42 -0000)
commit557e404d6595bed6be66076577b829a00f39eda4
tree361c700610de267c069899ca3ccec93920752503
parent20d8808116d749b626c080b2891c968f163966e6
Be extra careful to memset the correct size, not the size of some random
pointer.  Fix printing of '0x0x' in ldd output.  Simplify discrimination of
libname, so doing things like dlopen("./libfoo.so",RTLD_NOW) with a leading
"./" in the path will work as expected.
 -Erik
ldso/ldso/dl-elf.c
ldso/ldso/dl-hash.c
ldso/ldso/hash.c
ldso/ldso/ldso.c
ldso/ldso/readelflib1.c