]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
login-common: Explicitly null client auth fields on proxy pool unref
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Wed, 15 Dec 2021 08:19:40 +0000 (09:19 +0100)
committerKarl Fleischmann <karl.fleischmann@open-xchange.com>
Thu, 16 Dec 2021 11:31:49 +0000 (12:31 +0100)
commit793cae85499a2775cf023c04050eaa568b051d93
treed4153dca324929bc4239549e952525db3f1250b1
parent7ad1a92aa5e590b1b9274c717e1abc5296118512
login-common: Explicitly null client auth fields on proxy pool unref

Explicitly setting `client_id` and `forward_fields` to null in the
client may reveal use-after-free issues when trying to access these
fields on a client proxy.
src/login-common/client-common.c