Viewing Issue Advanced Details
[ Jump to Notes ]
|
[ View Simple ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0003445 |
[Quercus] |
block |
always |
04-14-09 19:25 |
04-15-09 00:07 |
|
Reporter |
koreth |
View Status |
public |
|
Assigned To |
nam |
Priority |
normal |
Resolution |
fixed |
Platform |
|
Status |
closed |
|
OS |
|
Projection |
none |
|
OS Version |
|
ETA |
none |
Fixed in Version |
4.0.0 |
Product Version |
4.0.0 |
|
Product Build |
|
|
Summary |
0003445: Infinite loop + memory usage in unpack() |
Description |
This was fixed, but it's back. The following script never terminates and eats all available memory.
<?php
$x = unpack("C*xyz", "x");
|
Steps To Reproduce |
|
Additional Information |
|
|
Attached Files |
|
|