From: Timo Sirainen Date: Sun, 3 Nov 2013 19:48:24 +0000 (+0200) Subject: Make static analyzer happier X-Git-Tag: 2.2.7~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d34f3ccf92392bccfa6f023b327a05803936df80;p=thirdparty%2Fdovecot%2Fcore.git Make static analyzer happier --- diff --git a/src/lib-http/test-http-response-parser.c b/src/lib-http/test-http-response-parser.c index f83d352a45..d75627a00d 100644 --- a/src/lib-http/test-http-response-parser.c +++ b/src/lib-http/test-http-response-parser.c @@ -104,6 +104,7 @@ static void test_http_response_parse_valid(void) unsigned int pos, response_text_len; int ret = 0; + memset(&response, 0, sizeof(response)); test = &valid_response_parse_tests[i]; response_text = test->response; response_text_len = strlen(response_text);