Package: rlwrap Version: 0.46.1-1 Dear Maintainers,
We are researching static analysis for recurring vulnerabilities. When using our tool to test on 'rlwrap', we found a memory-leak bug at 'debug_ad_hoc' in 'src/readline.c'. The memory returned by 'entire_history_as_one_string' in line 710 would not be freed before exit. We suggest adding codes to catch and then deallocate it before exit.
Thank you for maintaining rlwrap. Best regards