Re: Report a potential memory leak in setup_config() - Mailing list pgsql-bugs

From wliang@stu.xidian.edu.cn
Subject Re: Report a potential memory leak in setup_config()
Date
Msg-id 7c309428.1c60.17f0197e491.Coremail.wliang@stu.xidian.edu.cn
Whole thread Raw
In response to Report a potential memory leak in setup_config()  (wliang@stu.xidian.edu.cn)
List pgsql-bugs

By the way,


This html files are the bug reports produced by static detection of clang's MallocChecker.

All of those bugs are the memory leak bugs in the initdb.c.

Some of them shares the same reason to the one I reported yesterday, while some of them are not. 

Since you guys have already got the patch and fixed the problem, I don't know if it is too late to send this email.


However, if you can confirm those bugs really exist, it will be a great help to my study.

 

Once again, I want to give you my sincerely thanks.


regards, 

Wentao


Attachment

pgsql-bugs by date:

Previous
From: wliang@stu.xidian.edu.cn
Date:
Subject: Re: Report a potential memory leak in setup_config()
Next
From: Victor Yegorov
Date:
Subject: Re: BUG #17406: Segmentation fault on GiST index after 14.2 upgrade