[Bug 1177345] [NEW] upstream bug #61730 still not fixed?
karpa
1177345 at bugs.launchpad.net
Tue May 7 11:27:54 UTC 2013
Public bug reported:
upstream bug https://bugs.php.net/bug.php?id=61730
with following code:
<?php
$myArray = array_fill(0, 10000, md5('test'));
array_walk(
$myArray,
function($value, $key, $myArray)
{
if (rand(0, 1)) {
unset($myArray[$key]);
} else if (rand(0, 1)) {
$myArray[$key] = md5(rand(0, 10000));
}
},
&$myArray
);
produces sigfault in 5.3.10-1ubuntu3.6
** Affects: php5 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1177345
Title:
upstream bug #61730 still not fixed?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1177345/+subscriptions
More information about the Ubuntu-server-bugs
mailing list