|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-03-10 05:54 UTC] pajoye@php.net
-Status: Open
+Status: Not a bug
[2014-03-10 05:54 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 19:00:01 2025 UTC |
Description: ------------ Hello! I have found a possible security issue. Can you fix it to make a more stable PHP version please? Thank you for your good job! Test script: --------------- <?php $o = (object) str_repeat(urldecode("%u0c0c%u0c0c"), 2000); imageaffinematrixget(2, $o); ?> Actual result: -------------- A nice crash on Windows 7 x64.