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@
