]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-master: ipc-client: Don't free command too early
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 2 Oct 2018 07:22:11 +0000 (10:22 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 2 Oct 2018 07:22:11 +0000 (10:22 +0300)
commit66ff4bd102b0bfc8040a4d014884fe3abd6d0e24
tree4f7dedf1f4ab1239230e95256baa81aa383ef0a5
parentda035a60e3f34e1913222fab8aee5a9cf2935162
lib-master: ipc-client: Don't free command too early

When multiple replies were received by IPC only the final reply should free
the command. This may have caused e.g. "doveadm proxy list" to crash.
Broken by 435f0545b200767c25a5daee17cd6b4998d03710
src/lib-master/ipc-client.c