|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-11-04 16:03 UTC] netslayer007 at gmail dot com
[2010-11-04 19:26 UTC] netslayer007 at gmail dot com
[2010-11-04 19:32 UTC] netslayer007 at gmail dot com
[2010-11-05 18:07 UTC] netslayer007 at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 09 01:00:01 2025 UTC |
Description: ------------ Segmentation Fault with a simple img and anchor tag "<img> <a></a>". [Wed Nov 03 19:43:31 2010] [notice] child pid 5757 exit signal Segmentation fault (11) Reproduce code: --------------- <?php tidy_repair_string("<img> <a></a>", null); ?> Expected result: ---------------- It doesnt crash Actual result: -------------- Seg Fault