Edit report at https://bugs.php.net/bug.php?id=62581&edit=1

 ID:                 62581
 Updated by:         [email protected]
 Reported by:        prakash dot indu at gmail dot com
 Summary:            Fatal error: Balloc() allocation exceeds list
                     boundary
 Status:             Open
 Type:               Bug
 Package:            Output Control
 Operating System:   linux
 PHP Version:        5.3Git-2012-07-16 (Git)
 Block user comment: N
 Private report:     N

 New Comment:

did you cross-compiled your php?


Previous Comments:
------------------------------------------------------------------------
[2012-07-17 06:30:44] reeze dot xia at gmail dot com

Hi, 
I can't reproduce it.

see: http://3v4l.org/aFi1e#v430

------------------------------------------------------------------------
[2012-07-16 20:01:38] prakash dot indu at gmail dot com

Description:
------------
Fatal error: Balloc() allocation exceeds list boundary
It is in php 5.3.6.


$perm=47;
$test=explode(".", $perm/64);

It coming when i am doing any floating point calculation...



Test script:
---------------
It is in php 5.3.6.

$perm=47;
$test=explode(".", $perm/64);

It coming when i am doing any floating point calculation...

Expected result:
----------------
array of data

Actual result:
--------------
Fatal error: Balloc() allocation exceeds list boundary


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=62581&edit=1

Reply via email to