emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#19827: closed (sed 4.2.2 hangs when passed special


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19827: closed (sed 4.2.2 hangs when passed specially crafted program)
Date: Mon, 04 May 2015 04:59:02 +0000

Your message dated Sun, 3 May 2015 21:57:54 -0700
with message-id <address@hidden>
and subject line Re: sed 4.2.2 hangs when passed specially crafted program
has caused the debbugs.gnu.org bug report #19827,
regarding sed 4.2.2 hangs when passed specially crafted program
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19827: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19827
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: sed 4.2.2 hangs when passed specially crafted program Date: Tue, 10 Feb 2015 08:18:27 +0000 User-agent: Mutt/1.5.23 (2014-03-12)
This was found by the afl fuzzer http://lcamtuf.coredump.cx/afl/

$ echo | gsed -f afl-out/crashes/id*03,*
^C

$ cat afl-out/crashes/id*03,*
$G
$D


$ hexdump -C afl-out/crashes/id*03,*
00000000  24 47 0a 24 44 0a 0a 0a                           |$G.$D...|
00000008


or

echo | gsed -e '$G
> $D
>
>
> '
^C

I ran the fuzzer and the test on NetBSD amd64 7.99.x.

Alex



--- End Message ---
--- Begin Message --- Subject: Re: sed 4.2.2 hangs when passed specially crafted program Date: Sun, 3 May 2015 21:57:54 -0700
tags 19827 notabug
thanks

I've just noticed that there are some bug reports that have never
reached my inbox.
The first one I've examined is https://debbugs.gnu.org/19827, which reports
that you used the afl fuzzer http://lcamtuf.coredump.cx/afl/ to find that this
command never terminates:

  echo | sed/sed 'G;D'

However, that is a legitimate program, and
with that input, it happens to specify an endless loop.
Thus, I'm marking this as "notabug" and closing the issue.
However, you are welcome to make further comments.

Thank you for helping to test GNU sed!
I'm planning to release sed-3.4 soon, so if you have more
time for testing (using the latest from git), it'd be great to
see how we're doing.


--- End Message ---

reply via email to

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