From c31a0cd5b31961f01c5b731f62a6cb9d4f767472 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 15 May 2014 14:37:39 +1000 Subject: - markus@cvs.openbsd.org 2014/05/03 17:20:34 [monitor.c packet.c packet.h] 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@ --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 486ed9c5c..0969811ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -76,6 +76,12 @@ [misc.h poly1305.h ssh-pkcs11.c defines.h] revert __bounded change; it causes way more problems for portable than it solves; pointed out by dtucker@ + - markus@cvs.openbsd.org 2014/05/03 17:20:34 + [monitor.c packet.c packet.h] + 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@ 20140430 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already -- cgit v1.2.3