From 13840e0103946982cee2a05c40697be7e57dca41 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 14 Sep 2013 09:49:43 +1000 Subject: - djm@cvs.openbsd.org 2013/09/13 06:54:34 [channels.c] avoid unaligned access in code that reused a buffer to send a struct in_addr in a reply; simpler just use use buffer_put_int(); from portable; spotted by and ok dtucker@ --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b12c307c6..57721f8d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,11 @@ [clientloop.c] fix connection crash when sending break (~B) on ControlPersist'd session; ok dtucker@ + - djm@cvs.openbsd.org 2013/09/13 06:54:34 + [channels.c] + avoid unaligned access in code that reused a buffer to send a + struct in_addr in a reply; simpler just use use buffer_put_int(); + from portable; spotted by and ok dtucker@ 20130828 - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the -- cgit v1.2.3