PHP :: Bug #31480 :: imap_mail_compose 100% cpu usage
| Bug #31480 | imap_mail_compose 100% cpu usage | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2005-01-10 23:32 UTC | Modified: | 2005-01-18 17:34 UTC |
|
||||||||||
| From: | gz at moonky dot de | Assigned: | ||||||||||||
| Status: | Closed | Package: | IMAP related | |||||||||||
| PHP Version: | 4CVS, 5CVS (2005-01-10) | OS: | * | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2005-01-10 23:32 UTC] gz at moonky dot de
Description: ------------ imap_mail_compose hangs with 100% cpu usage when started with weird parameters same result with 4.3.10 Reproduce code: --------------- <?php $a[0] = "A"; $a[1] = "A"; $b[0] = "moep"; imap_mail_compose($b, $a); ?>
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2005-01-18 17:34 UTC] iliaa@php.net