Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ 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 |
|
Status |
closed |
|
Product Version |
4.0.0 |
|
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");
|
Additional Information |
|
|
Attached Files |
|
|