CVSROOT: /cvs Module name: src Changes by: mar...@cvs.openbsd.org 2014/05/03 11:20:34
Modified files: usr.bin/ssh : monitor.c packet.c packet.h Log message: unbreak compression, by re-init-ing the compression code in the post-auth child. the new buffer code is more strict, and requires buffer_init() while the old code was happy after a bzero(); originally from djm@