[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Wed Nov 5 16:30:06 EST 2008
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 08/11/05 16:30:06
Modified files:
. : ChangeLog readconf.c
Log message:
- stevesk at cvs.openbsd.org 2008/11/04 19:18:00
[readconf.c]
because parse_forward() is now used to parse all forward types (DLR),
and it malloc's space for host variables, we don't need to malloc
here. fixes small memory leaks.
previously dynamic forwards were not parsed in parse_forward() and
space was not malloc'd in that case.
ok djm@
Diff commands:
cvs -nQq rdiff -u -r1.5130 -r1.5131 openssh/ChangeLog
cvs -nQq rdiff -u -r1.148 -r1.149 openssh/readconf.c
CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5130;r2=1.5131
http://cvsweb.mindrot.org/index.cgi/openssh/readconf.c?r1=1.148;r2=1.149
Please note that there may be a delay before commits are available
on the public CVSWeb site.
More information about the openssh-commits
mailing list