]> git.pond.sub.org Git - empserver/commit
Fix client crash for long input lines
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 14 Apr 2011 05:48:14 +0000 (07:48 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 14 Apr 2011 18:28:31 +0000 (20:28 +0200)
commit819e28421e9eafcace5f93c983dc04bfdce455df
treeebca6ce4e1421720f7ec6328fa31c01bb6ba0d2c
parent4c0b4c0416619b0c563c30fe06fe9813f07ee940
Fix client crash for long input lines

recv_input() misued lbuf_putc() and passed truncated lines without a
final newline to save_input(), failing the assertion in save_input().
src/client/play.c