NetBSD/usr.bin/ldd/ldd_elf
nathanw d9b9596c8d Pass _rtld_map_object a heap-allocated path, since it will free the
path on failure. Prevents calling free() on a stack address if you run
ldd on an unrecognized file format.
2002-10-09 15:43:34 +00:00
..
Makefile makefile delint. use NETBSDSRCDIR as appropriate 2002-09-18 14:00:33 +00:00
README
ldd.c Pass _rtld_map_object a heap-allocated path, since it will free the 2002-10-09 15:43:34 +00:00

README

$NetBSD: README,v 1.2 1996/12/17 03:42:57 jonathan Exp $


BUGS/PROBLEMS:

* Reports "ldd: mmap of entire address space failed: Cannot allocate memory",
  or erroneously reports that libraries cannot be found,
  when run on many files (`ldd /usr/bin/*').


TO DO:

* Support for executable formats other than ELF.

* Support for coexistance of 32-bit and 64-bit ELF.

* KNF