unbreak compression, by re-init-ing the compression code in the
authormarkus <markus@openbsd.org>
Sat, 3 May 2014 17:20:34 +0000 (17:20 +0000)
committermarkus <markus@openbsd.org>
Sat, 3 May 2014 17:20:34 +0000 (17:20 +0000)
commit87f0df622813793b298605b5adefeca6cb1f8453
treeffc3ccb4a7f7eac426660a362fc3aaadbf8eec55
parent6b630d867b6dbf766f0cab3b6d32c3fc1da8270f
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@
usr.bin/ssh/monitor.c
usr.bin/ssh/packet.c
usr.bin/ssh/packet.h