editline/src
Joachim Wiberg c7437c8ce3 Fix doube free in completion
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>
2024-12-07 10:38:57 +01:00
..
.gitignore Update .gitignore with generated files 2016-01-27 09:32:19 +01:00
complete.c Fix doube free in completion 2024-12-07 10:38:57 +01:00
editline.c Add support for \e[1;3C and \e[1;3D 2024-09-09 09:44:44 -07:00
editline.h Refactor, simplify helper macro 2018-09-21 07:12:24 +02:00
Makefile.am Bump ABI revision, v1.0.1 --> v1.0.2 2020-01-05 09:49:47 +01:00
os9.h Move All rights reserved to next line 2017-11-29 17:20:21 +01:00
sysos9.c Move All rights reserved to next line 2017-11-29 17:20:21 +01:00
sysunix.c Fix #17: Fix off-by-one problem with strdup() replacement 2018-06-14 21:59:18 +02:00
unix.h Move All rights reserved to next line 2017-11-29 17:20:21 +01:00