]> git.pond.sub.org Git - empserver/commit
Oops when mpr() is misused for printing partial lines
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 8 Jun 2010 04:28:25 +0000 (06:28 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 11 Jul 2010 05:59:43 +0000 (07:59 +0200)
commit2f4b5973cedaeecc33537560a4da09da610f9d56
tree5da590133a7ad82d1733edd4df1c044c85717fd2
parente002bf207fc9c7780c5fd4bfe2d128810184d9ff
Oops when mpr() is misused for printing partial lines

Such misuse creates a bulletin with a partial line.  The read command
normally merges it with the next one, but if the bulletins are more
than five seconds apart (clock jumped somehow), we get a bulletin
header in the middle of a line.
src/lib/subs/pr.c