1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Fuzzable terminal emulator.

This commit is contained in:
Ben Harris
2015-10-06 11:02:52 +01:00
parent 323c3c70c9
commit 1a009ab2e9
3 changed files with 160 additions and 1 deletions

View File

@ -4688,7 +4688,7 @@ static void term_out(Terminal *term)
}
term_print_flush(term);
if (term->logflush)
if (term->logflush && term->logctx)
logflush(term->logctx);
}