
djm at fuyu
Jun 25, 2010, 4:36 PM
Post #6 of 41
(4327 views)
Permalink
|
CVSROOT: /var/cvs Module name: openssh Changes by: djm [at] fuyu 10/06/26 09:36:34 Modified files: . : ChangeLog mux.c Log message: - djm [at] cvs 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. _______________________________________________ openssh-commits mailing list openssh-commits [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-commits
|