]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-smtp: smtp-server-connection - Fix handling of data commands blocking the pipeline
authorStephan Bosch <stephan.bosch@open-xchange.com>
Wed, 27 Aug 2025 17:28:53 +0000 (19:28 +0200)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 26 Sep 2025 01:42:20 +0000 (03:42 +0200)
commit10c912f440f608fe20621c10fe4f57125d8b76bb
tree59cfa71b5ee5abfb2ed0a6c72bdd330c63429860
parentaeab257976f3d44e47fda82146ac7ea4c7949942
lib-smtp: smtp-server-connection - Fix handling of data commands blocking the pipeline

Data commands would cause the server to hang upon blocking the pipeline if a
reply was submitted while data was still pending from input.
src/lib-smtp/smtp-server-command.c
src/lib-smtp/smtp-server-connection.c