|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-07-07 16:39 UTC] tomas_matousek at hotmail dot com
[2005-07-07 17:19 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 04:00:02 2025 UTC |
Description: ------------ substr_compare can crash. Reproduce code: --------------- substr_compare("abcde", "abc", -PHP_INT_MAX, 0) Expected result: ---------------- ? Actual result: -------------- crash