Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 16 Mar 2008 15:24:58 +0300
From: "(GalaxyMaster)" <galaxy@...nwall.com>
To: owl-users@...ts.openwall.com
Subject: bug: sed segfaults

Hello,

I've just encountered a bug in Owl sed and narrowed this bug down to the
shortest pattern that is triggering the bug:

mother!galaxy:~$ sed '/^\(\)$/d' /dev/null
Segmentation fault
mother!galaxy:~$ sed --version | head -n1
GNU sed version 4.1.4
mother!galaxy:~$ rpm -q sed
sed-4.1.4-owl1
mother!galaxy:~$

I've also checked sed in Ubuntu, their sed has no such bug:

galaxy@...ruder:~$ sed '/^\(\)$/d' /dev/null
galaxy@...ruder:~$ sed --version | head -n1
GNU sed version 4.1.5
galaxy@...ruder:~$ dpkg -l sed | sed -n 6p
ii  sed            4.1.5-2        The GNU sed stream editor
galaxy@...ruder:~$

-- 
(GM)


-- 
To unsubscribe, e-mail owl-users-unsubscribe@...ts.openwall.com and reply
to the automated confirmation request that will be sent to you.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.