freebsd-dev/lib/libedit
Peter Wemm e210ca89ca Fix PR#858, /bin/sh corruption caused by non-zeroed malloc() in libedit
in particular circumstances. (malloc() does not zero memory, but usually
does by coincidenct that sbrk() returns zeroed pages)

Submitted-by: John Hood <cgull@smoke.marlboro.vt.us>
1995-12-02 09:43:43 +00:00
..
TEST
chared.c
chared.h
common.c
el.c
el.h
emacs.c
hist.c
hist.h
histedit.h
history.c
key.c
key.h
Makefile
makelist
map.c
map.h
parse.c Change my parse fix from 'return argc' to 'return 0'. 1995-08-30 17:59:59 +00:00
parse.h
prompt.c
prompt.h
read.c
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
sys.h
term.c Fix PR#858, /bin/sh corruption caused by non-zeroed malloc() in libedit 1995-12-02 09:43:43 +00:00
term.h
termcap.h
tokenizer.c
tokenizer.h
tty.c
tty.h
vi.c