commit | 8c05da3326fef892d993f0cd91808f2daf4d6a5f | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Thu Dec 13 07:18:59 2012 +1100 |
committer | Damien Miller <djm@mindrot.org> | Thu Dec 13 07:18:59 2012 +1100 |
tree | 2d93dd5498174ef217001ddf232dccdf4f42c6aa | |
parent | faabeb6b36df2e1d17b5d23280812c68900d4e40 [diff] |
- markus@cvs.openbsd.org 2012/12/12 16:45:52 [packet.c] reset incoming_packet buffer for each new packet in EtM-case, too; this happens if packets are parsed only parially (e.g. ignore messages sent when su/sudo turn off echo); noted by sthen/millert