1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/usr.bin/apply
bluhm 47aa9d2a59 With malloc option J, the first realloc(3) in apply(1) would return
memory that is filled with junk only.  Allocate the empty string
with malloc(3) and initialize it explicitly with the NUL terminator.
OK tb@ tobias@
2018-04-01 17:45:05 +00:00
..
apply.1
apply.c With malloc option J, the first realloc(3) in apply(1) would return 2018-04-01 17:45:05 +00:00
Makefile