CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/09/13 00:54:34
Modified files:
usr.bin/ssh : channels.c
Log message:
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@
