https://bz.apache.org/bugzilla/show_bug.cgi?id=59820

            Bug ID: 59820
           Summary: Potentially uninitialized variable in
                    server/mpm/winnt/service.c
           Product: Apache httpd-2
           Version: 2.4.23
          Hardware: PC
            Status: NEW
          Severity: critical
          Priority: P2
         Component: mpm_winnt
          Assignee: [email protected]
          Reporter: [email protected]

In mpm_service_install(), the variables 'launch_cmd_w' & 'display_name_w' may
be uninitialized on line 835.

1. There could be a real problem
2. In case the flows ensure that it is initialized, it should be explicit
because a modification could break this
3. It generates a warning on some compilers
4. Safe compilers options may prevent the build (ex: /SDL in Visual C++)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to