Fix a bug where a message header ending right on the stdio boundary
authorKen Hornstein <kenh@pobox.com>
Mon, 19 Mar 2012 01:29:39 +0000 (21:29 -0400)
committerKen Hornstein <kenh@pobox.com>
Mon, 19 Mar 2012 01:29:39 +0000 (21:29 -0400)
commit740e258c5622dfe9a98a474647d8ddc164109b2f
treef1bed9bfd5a452ad8279f02c415cfe4ba7e1b625
parent400875ce6f5a30b6a0493c8cae912c36a4a0595d
Fix a bug where a message header ending right on the stdio boundary
would cause the body output in scan to be truncated.
Also include a test for the aforementioned bug.
Makefile.am
test/inc/test-inc-scanout [new file with mode: 0755]
uip/scansbr.c