|
|
 |
php-dev
#44938 [NEW]: multiple gettext functions crash with long strings
by Hoffie At Gentoo Dot Org other posts by this author
May 7 2008 1:37PM messages near this date
[PHP-DEV] Re: Class Properties in Interfaces?
|
[PHP-DEV] snaps scripts
From: hoffie at gentoo dot org
Operating system: Linux
PHP version: 5.2.6
PHP Bug Type: Gettext related
Bug description: multiple gettext functions crash with long strings
Description:
------------
Has this ever been addressed? 5.2.6 still crashes.
http://www.securityfocus.com/archive/1/483648/30/0/threaded
Reproduce code:
---------------
$ php -r 'dgettext(str_repeat("A",8476509),"hi");'
(See $URL for more examples)
Expected result:
----------------
No crash...
Actual result:
--------------
Segmentation fault
--
Edit bug report at http://bugs.php.net/?id=44938&edit=1
--
Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=44938&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=44938&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=44938&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=44938&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=44938&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=44938&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=44938&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=44938&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=44938&r=support
Expected behavior: http://bugs.php.net/fix.php?id=44938&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=44938&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=44938&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=44938&r=globals
PHP 4 support discontinued: http://bugs.php.net/fix.php?id=44938&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=44938&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=44938&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=44938&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=44938&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=44938&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=44938&r=mysqlcfg
|
|
|
 |
|