freebsd-dev/usr.sbin/kldxref
Warner Losh 2fdfd0fee2 Use safe strlcpy rather than unsafe strncpy. After marcel's last fix,
there was still one overflow possible.  strlcpy is faster anyway
because it doesn't unexpectedly zero the entire length of the string
when copying short strings....
2006-08-05 18:22:11 +00:00
..
ef_amd64.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
ef_i386.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
ef_nop.c Explicitly pass in the relocation base and data offset into ef_reloc() 2004-08-28 19:31:10 +00:00
ef_obj.c Use posix_memalign() rather than assuming that malloc() provides adequate 2006-01-12 08:01:38 +00:00
ef_powerpc.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
ef_sparc64.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
ef.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
ef.h Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
fileformat
kldxref.8 Fixed manpage's synopsis, and synchronized it with the program's usage(). 2004-06-01 09:34:04 +00:00
kldxref.c Use safe strlcpy rather than unsafe strncpy. After marcel's last fix, 2006-08-05 18:22:11 +00:00
Makefile Build shared on PowerPC now that the bug has been found and fixed. 2006-08-04 21:29:39 +00:00