bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [t2] Re: Where are the version controlled Bash sources?


From: Chet Ramey
Subject: Re: [t2] Re: Where are the version controlled Bash sources?
Date: Tue, 4 Jan 2005 11:05:21 -0500

>     if (rl_completer_word_break_characters == 0 && 
> bash_readline_initialized == 0)
>       enable_hostname_completion (perform_hostname_completion);
> 
> -#if 0
> +#if 1
>     FREE (value_cell (var));
>     p = savestring (rl_completer_word_break_characters);
> 
> If I use this code in get_comp_wordbreaks (var), the segfault is also gone.
> 
> Comments?

Unrelated, or related only coincidentally depending on how COMP_WORDBREAKS
is allocated.  This isn't actually a bug.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )
                                                Live...Laugh...Love
Chet Ramey, ITS, CWRU    chet@po.cwru.edu    http://tiswww.tis.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]