bug-readline
[Top][All Lists]
Advanced

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

Re: [Bug-readline] Double-free error when readline is fed with specific


From: Tanel Kriik
Subject: Re: [Bug-readline] Double-free error when readline is fed with specific data
Date: Wed, 29 Aug 2018 02:07:02 +0300

My bad, here it is.
On Wed, Aug 29, 2018 at 12:07 AM Chet Ramey <address@hidden> wrote:
>
> 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    address@hidden    http://tiswww.cwru.edu/~chet/

Attachment: rlcrash.zip
Description: Zip archive


reply via email to

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