diff options
author | Damien Miller <djm@mindrot.org> | 2013-09-14 09:49:43 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-09-14 09:49:43 +1000 |
commit | 13840e0103946982cee2a05c40697be7e57dca41 (patch) | |
tree | 4951a14d898e6023604ea76e4d18dc4b935ec89b /ChangeLog | |
parent | 70182522a47d283513a010338cd028cb80dac2ab (diff) |
- 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@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,6 +32,11 @@ | |||
32 | [clientloop.c] | 32 | [clientloop.c] |
33 | fix connection crash when sending break (~B) on ControlPersist'd session; | 33 | fix connection crash when sending break (~B) on ControlPersist'd session; |
34 | ok dtucker@ | 34 | ok dtucker@ |
35 | - djm@cvs.openbsd.org 2013/09/13 06:54:34 | ||
36 | [channels.c] | ||
37 | avoid unaligned access in code that reused a buffer to send a | ||
38 | struct in_addr in a reply; simpler just use use buffer_put_int(); | ||
39 | from portable; spotted by and ok dtucker@ | ||
35 | 40 | ||
36 | 20130828 | 41 | 20130828 |
37 | - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the | 42 | - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the |