This website requires JavaScript.
Explore
Help
Sign In
mischief
/
openbsd-src
Watch
1
Star
0
Fork
0
You've already forked openbsd-src
mirror of
https://github.com/openbsd/src.git
synced
2025-01-03 06:45:37 -08:00
Code
1ed98fdf61
openbsd-src
/
usr.bin
/
nm
History
deraadt
1ed98fdf61
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
2007-09-02 15:19:07 +00:00
..
byte.c
elf.c
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
2007-09-02 15:19:07 +00:00
elfuncs.h
Some fixes for running nm on ELF binaries.
2006-09-30 14:34:13 +00:00
Makefile
nm.1
the ellipsis is not an optional argument; while here, sync the usage
2007-08-06 19:16:05 +00:00
nm.c
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
2007-09-02 15:19:07 +00:00
size.1
the ellipsis is not an optional argument; while here, sync the usage
2007-08-06 19:16:05 +00:00
util.h