mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
![]() When falling back to rl_filename_completion_fuction as compentry generator, the complete() function caused double free because the generator did not return a strdup'ed entry but one of its own that it freed when done. Fixes #56 Signed-off-by: Joachim Wiberg <troglobit@gmail.com> |
||
---|---|---|
.. | ||
.gitignore | ||
complete.c | ||
editline.c | ||
editline.h | ||
Makefile.am | ||
os9.h | ||
sysos9.c | ||
sysunix.c | ||
unix.h |