Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imap: Fix potential hang/assert-crash when client sends too long line
If client sent some commands pipelined, followed by a command with too long line, the previous commands' tagged replies weren't sent. This caused it to hang until more input was received. After that it crashed. Fixes: Panic: file imap-client.c: line 1098 (client_check_command_hangs): assertion failed: (!have_wait_unfinished || unfinished_count > 0)
- Loading branch information