FAQ

[[email protected] - Sat May 28 09:44:24 2005]:

This is a bug report for perl from [email protected],
generated with the help of perlbug 1.35 running under perl v5.8.5.


-----------------------------------------------------------------
[Please enter your report here]

The following two lines cause a segfault:


$str = "{" . ("0x00, " x 25600) . "0x00}";
$str =~ /^(0|0x00+|\{(0x00,\s*)*0x00\})$/;
This has been fixed with change #27598.

[email protected]:~/smoke/perl-current$ perl -wle'$str = "{" . ("0x00, " x
25600) . "0x00}";$str =~ /^(0|0x00+|\{(0x00,\s*)*0x00\})$/;'
Segmentation fault
[email protected]:~/smoke/perl-current$ ./perl -wle'$str = "{" . ("0x00, " x
25600) . "0x00}";$str =~ /^(0|0x00+|\{(0x00,\s*)*0x00\})$/;'

Search Discussions

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupperl5-porters @
categoriesperl
postedMar 29, '06 at 5:34p
activeMar 29, '06 at 5:34p
posts1
users1
websiteperl.org

1 user in discussion

Steve Peters via RT: 1 post

People

Translate

site design / logo © 2023 Grokbase