[BusyBox] ash, ">" and tab autocompletion -> segfault

Giulio Orsero giulioo at pobox.com
Mon Feb 18 02:15:04 UTC 2002


busybox latest cvs, problem exists both with uclibc 0.9.9 and glibc-2.1.2
(didn't try anything else).


All is ok if there's a "space" between ">" and path
$ > ./a<TAB>
./applets/      ./archival/

if no "space" between ">" and path I get a segfault
$ >./a<TAB>Segmentation fault (core dumped)
$


CONFIG_FEATURE_SH_IS_ASH=y
CONFIG_ASH=y
CONFIG_ASH=y
CONFIG_ASH_JOB_CONTROL=y
CONFIG_ASH_ALIAS=y
CONFIG_ASH_MATH_SUPPORT=y
# CONFIG_ASH_GETOPTS is not set
# CONFIG_ASH_CMDCMD is not set
# CONFIG_ASH_MAIL is not set
CONFIG_ASH_OPTIMIZE_FOR_SIZE=y
# CONFIG_LASH is not set

-- 
giulioo at pobox.com



More information about the busybox mailing list