]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: Fix crash when user iteration request is queued
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 19 Apr 2022 08:40:52 +0000 (11:40 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Thu, 21 Apr 2022 07:45:56 +0000 (07:45 +0000)
commit94577c4450f7fe23896d163fa88645f921a0d7f2
tree7c4428dee9dbbe1c23894a175a9ebb2501aca9fa
parentf89c9e587e92a42494150edea03d3ba014ffb72b
auth: Fix crash when user iteration request is queued

auth_worker_call() returns NULL when the request couldn't be handled
immediately, which would result in NULL pointer dereference later on.
src/auth/userdb-blocking.c