This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch/rfc] don't try to load directories when searching for an ELF


It's working perfectly fine.  A directory is just another file that isn't
an ELF file.

	$ echo 'hi there' > /tmp/lib/libc.so.6
	$ LD_LIBRARY_PATH=/tmp/lib ls
	ls: error while loading shared libraries: /tmp/lib/libc.so.6: file too short



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]