| commit | 13840e0103946982cee2a05c40697be7e57dca41 | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Sat Sep 14 09:49:43 2013 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Sat Sep 14 09:49:43 2013 +1000 |
| tree | 4951a14d898e6023604ea76e4d18dc4b935ec89b | |
| 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@