From: Timo Sirainen Date: Sun, 1 Sep 2019 17:50:05 +0000 (+0300) Subject: auth: winbind - Make static analyzer happier X-Git-Tag: 2.3.8~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02d1206b1c79f2eea9f08a03b8ed9f4dafce14a2;p=thirdparty%2Fdovecot%2Fcore.git auth: winbind - Make static analyzer happier --- diff --git a/src/auth/mech-winbind.c b/src/auth/mech-winbind.c index c7f80a7e29..6be16e79c3 100644 --- a/src/auth/mech-winbind.c +++ b/src/auth/mech-winbind.c @@ -231,6 +231,7 @@ do_auth_continue(struct auth_request *auth_request, if (strcmp(token[0], "TT") == 0) { buffer_t *buf; + i_assert(token[1] != NULL); buf = t_base64_decode_str(token[1]); auth_request_handler_reply_continue(auth_request, buf->data, buf->used);