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

            Bug ID: 67064
           Summary: Memory leak in 'create_listener_thread' function
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: All
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

A Memory leak is reported by a static analyzer tool developed at CAST.
https://github.com/cast-tech

Specifically, memory is allocated in
commit: 59c725a
file: server/mpm/event/event.c
function: create_listener_thread
line: 2538

Allocated memory should be freed if ap_thread_create fails to create a thread.

-- 
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