|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-05-20 20:17 UTC] felipe@php.net
-Summary: Memory corruption in locale_get_display_name function
+Summary: Memory corruption in internal
get_icu_disp_value_src_php() function
[2012-05-23 11:36 UTC] cataphract@php.net
[2012-05-23 11:36 UTC] cataphract@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: cataphract
[2014-10-07 23:25 UTC] stas@php.net
[2014-10-07 23:36 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 01:00:01 2025 UTC |
Description: ------------ See below: Test script: --------------- <?php locale_get_display_name(str_repeat("a", 300), $x); Actual result: -------------- [Sun May 20 17:12:36 2012] Script: '/home/felipe/dev/bug.php' --------------------------------------- /home/felipe/dev/php5_3/ext/intl/locale/locale_methods.c(579) : Block 0x015b18a0 status: Invalid pointer: ((size=0x00000261) != (next.prev=0x61006100610061)) --------------------------------------- Segmentation fault