Mailing List Archive

[Bug 67064] New: Memory leak in 'create_listener_thread' function
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: bugs@httpd.apache.org
Reporter: hovhannes.movsisyan@rau.am
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org