[Home]

Summary:ASTERISK-21412: [patch] config.c/config_text_file_load() leaks globbuf
Reporter:Corey Farrell (coreyfarrell)Labels:
Date Opened:2013-04-11 10:09:41Date Closed:2013-04-26 16:32:38
Priority:CriticalRegression?
Status:Closed/CompleteComponents:Core/Configuration
Versions:SVN 1.8.22.0 11.4.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:( 0) config_glob_leak.patch
Description:Issue found by valgrind of branches/11.  config_text_file_load() returns without cleaning up globbuf for unchanged files or when parameter cfg==NULL.

This issue is high impact for GUI managers that sometimes submit unneeded reloads.  I don't have MeetMe on my test system but I suspect it would leak on nearly every run of the app.
Comments: