]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: mech-gssapi - GSSAPI can contain NUL.
authorPaul G. Banks <web@paulbanks.org>
Sun, 16 Aug 2020 09:57:36 +0000 (10:57 +0100)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Fri, 21 Aug 2020 08:53:12 +0000 (08:53 +0000)
src/auth/mech-gssapi.c

index f29e48da8810bd1be84da9aeb05cb7d4c113bf93..966273d3889736595f82d9386e2a3afcfdee1e29 100644 (file)
@@ -735,7 +735,7 @@ mech_gssapi_auth_free(struct auth_request *request)
 const struct mech_module mech_gssapi = {
        "GSSAPI",
 
-       .flags = 0,
+       .flags = MECH_SEC_ALLOW_NULS,
        .passdb_need = MECH_PASSDB_NEED_NOTHING,
 
        mech_gssapi_auth_new,