|
Message-ID: <1436208813.7865.16.camel@adam-barratt.org.uk> Date: Mon, 06 Jul 2015 19:53:33 +0100 From: "Adam D. Barratt" <adam@...m-barratt.org.uk> To: oss-security@...ts.openwall.com Subject: Re: TR : CVE request for dash 0.5.7-3 x86-64 local buffer overflow On Mon, 2015-07-06 at 12:58 +0000, jean-marie.bourbon@...aturetech.com wrote: > Finaly, you can reproduce this bug easily whit a (so basic) Perl line in your dash shell : > > `perl -e '$i=0;while($i<= 500){print"DEAD"x10;}'` Why bother with $i at all? The above is just "perl -e 'while(1){print "DEAD"x10;}'". Regards, Adam
Powered by blists - more mailing lists
Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.