On 8/28/18 3:14 PM, Tanel Kriik wrote:
> ### GNU Readline version
> 
> 6.3-8ubuntu2
> 
> ### OS version
> 
> 16.04.1-Ubuntu SMP
> 
> ### compilation
> 
>     $ gcc -o test test.c -lreadline
> 
> ### Description
> 
> Double-free error when fed with invalid input.
> The inputs were found when using AFL to (american fuzzy lop) to
> fuzz a program that uses GNU readline.
> 
> ### Recipe
> 
> Compile the program, then pipe either one of the
> data file to the program:
> 
>     $ cat data0 | ./test
> 
> Or:
> 
>     $ cat data1 | ./test
> 
> Data files and test source can be found in rlcrash.zip:

There is no rlcrash.zip attached.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    [email protected]    http://tiswww.cwru.edu/~chet/

_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to