CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/17 01:07:31
Modified files:
usr.bin/ssh : mux.c
Log message:
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
