CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]       2026/01/02 01:45:16

Modified files:
        usr.sbin/httpd : httpd.c server.c server_fcgi.c 

Log message:
fix scan-build dead stores findings

- httpd.c:533 – q assigned but immediately overwritten in the loop
- server.c:891 – inrd/inwr assigned, then reassigned, never actually needed
- server_fcgi.c:678,690 – kv result unused

OK stsp@

Reply via email to