| Summary: | Memory leak in pthread_mutext_timedlock | ||
|---|---|---|---|
| Product: | uClibc | Reporter: | Markus Gilli <mgi255> |
| Component: | Threads | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | normal | CC: | buildroot, uclibc-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
leaking test application
patch to cleanup wait_node |
||
|
Description
Markus Gilli
2012-03-16 09:02:11 UTC
Created attachment 4148 [details]
leaking test application
Created attachment 4160 [details]
patch to cleanup wait_node
i've found the leak in __pthread_alt_timedlock. The cleanup was missing if the timeout happens.
|