|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-01-22 14:03 UTC] ab@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: ab
[2015-01-22 14:03 UTC] ab@php.net
[2015-01-22 20:47 UTC] stas@php.net
-Type: Security
+Type: Bug
[2016-07-20 11:39 UTC] davey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 22:00:01 2025 UTC |
Description: ------------ Hi, In /ext/intl/breakiterator/breakiterator_iterators.cpp: 258 if (method->len == sizeof("getrulestatus") - 1 259 && memcmp("getrulestatus", Z_STRVAL_P(key), But it is possible for key to be NULL(see 3 lines above that code) Thanks,