[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Sat Jun 26 09:36:34 EST 2010
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 10/06/26 09:36:34
Modified files:
. : ChangeLog mux.c
Log message:
- djm at cvs.openbsd.org 2010/06/17 07:07:30
[mux.c]
Correct sizing of object to be allocated by calloc(), replacing
sizeof(state) with sizeof(*state). This worked by accident since
the struct contained a single int at present, but could have broken
in the future. patch from hyc AT symas.com
Diff commands:
cvs -nQq rdiff -u -r1.5586 -r1.5587 openssh/ChangeLog
cvs -nQq rdiff -u -r1.20 -r1.21 openssh/mux.c
ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5586;r2=1.5587&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/mux.c?r1=1.20;r2=1.21&view=patch
Please note that there may be a delay before commits are available
on the public ViewVC site.
More information about the openssh-commits
mailing list