Check for ET_DYN in ldconfig

Roland McGrath roland@redhat.com
Tue Jul 22 19:44:00 GMT 2003


> +  /* Libraries have to be shared object files.  */
> +  if (!elf_header->e_type & ET_DYN)

This is plainly nutso.  elf_header->e_type != ET_DYN is the only that makes
sense.



More information about the Libc-hacker mailing list