On Wed, Mar 07, 2012 at 05:01:06PM +0800, Zhenbo Xu wrote:
> Hi all,
> 
> I have applied a memory leak detection tool,
> called melton(http://lcs.ios.ac.cn/~xuzb/melton.html),
> to detect the potential bugs in haproxy-1.4.19.
> 
> The url below is the index of bug reports that are checked as real
> bugs manually.
> 
> http://lcs.ios.ac.cn/~xuzb/bugsfound/memleak/haproxy-1.4.19/realbugs/index.html
> 
> 
> You can also download the tar package of these reports directly at:
> 
> http://lcs.ios.ac.cn/~xuzb/bugsfound/memleak/haproxy-1.4.19/realbugs_haproxy-1.4.19.tar.gz

>From what I've checked, all of these are just false positives because the
code analyser doesn't understand who memory pools work, it considers for
lost a pointer which is malloced then affected into a list before a return,
which is obviously a wrong analysis.

Regards,
Willy


Reply via email to