X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/6b7f4cba0562fe86b9c921acd184b6a12e1e41e9..f6390fa49a8a0b5ab1b5536e9aedef913c9deb59:/terminal.c?ds=inline diff --git a/terminal.c b/terminal.c index 5efe4842..1fa66e12 100644 --- a/terminal.c +++ b/terminal.c @@ -4792,8 +4792,6 @@ int term_ldisc(Terminal *term, int option) int term_data(Terminal *term, int is_stderr, const char *data, int len) { - assert(len > 0); - bufchain_add(&term->inbuf, data, len); if (!term->in_term_out) {