cvs commit: src/lib/libedit history.c map.c read.c tty.c
Stefan Farfeleder
stefanf at FreeBSD.org
Sun Mar 11 21:47:40 UTC 2007
stefanf 2007-03-11 21:47:40 UTC
FreeBSD src repository
Modified files:
lib/libedit history.c map.c read.c tty.c
Log:
Merge the following changes from NetBSD:
history.c 1.32:
# Fix memory leak found by valgrind (Julien Torres)
map.c 1.24:
# fix debugging printf format.
read.c 1.40:
# Fix bug with multiple pending el_pushes. Reported by Julien Torres.
tty.c 1.24:
# Coverity CID 1216: Prevent negative index use.
MFC after: 3 weeks
Revision Changes Path
1.9 +2 -1 src/lib/libedit/history.c
1.14 +2 -2 src/lib/libedit/map.c
1.13 +24 -8 src/lib/libedit/read.c
1.9 +9 -5 src/lib/libedit/tty.c
More information about the cvs-src
mailing list