From 2ff0af368d08ade41cb164eb54f621361c9f1bec Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Tue, 24 Aug 2021 13:03:48 +0300 Subject: [PATCH] HTTP/3: fixed dead store assignment. Found by Clang Static Analyzer. --- src/http/v3/ngx_http_v3_request.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/http/v3/ngx_http_v3_request.c b/src/http/v3/ngx_http_v3_request.c index 1fcbad1de..0bd585317 100644 --- a/src/http/v3/ngx_http_v3_request.c +++ b/src/http/v3/ngx_http_v3_request.c @@ -1217,7 +1217,6 @@ done: b->last_buf = 1; *ll = tl; - ll = &tl->next; } else {