Bug 15739 - strings in auto_string will not be freed even if CONFIG_FEATURE_CLEAN_UP is enabled
Summary: strings in auto_string will not be freed even if CONFIG_FEATURE_CLEAN_UP is e...
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Other
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-22 20:11 UTC by SimonQian
Modified: 2023-08-22 20:11 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SimonQian 2023-08-22 20:11:53 UTC
As the summary, I run some memory check on busybox, and get some memory leaks, after debug, I found the leaks are the strings in auto_string.

I'm using busybox on a memory constrained hardware, with 320K heap size, which is enough for elf busybox, but need CONFIG_FEATURE_CLEAN_UP working.