]> git.kaiwu.me - nginx.git/commitdiff
HTTP/3: fixed dead store assignment.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 24 Aug 2021 10:03:48 +0000 (13:03 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 24 Aug 2021 10:03:48 +0000 (13:03 +0300)
Found by Clang Static Analyzer.

src/http/v3/ngx_http_v3_request.c

index 1fcbad1de5449ac29769c63c57f3233fc42fe0d3..0bd585317c1f0e3dbdd2434469832d2cd6823733 100644 (file)
@@ -1217,7 +1217,6 @@ done:
         b->last_buf = 1;
 
         *ll = tl;
-        ll = &tl->next;
 
     } else {