From:             
Operating system: GNU/Linux (Fedora 15)
PHP version:      5.3.8
Package:          geoip
Bug Type:         Bug
Bug description:PHP segfault when build against GeoIP 1.4.8

Description:
------------
Reading the source code (of GeoIP) show that some GeoIPDBFileName are not
defined, so this cause a segfault when trying to copy it to result.

The trivial attached patch solves this issue.


Test script:
---------------
php -r 'var_dump(geoip_db_get_all_info());'

Expected result:
----------------
array(31) {
  [1]=>
  array(3) {
    ["available"]=>
    bool(true)
    ["description"]=>
    string(21) "GeoIP Country Edition"
    ["filename"]=>
    string(26) "/usr/share/GeoIP/GeoIP.dat"
  }
...


Actual result:
--------------
Segmentation fault (core dumped)


-- 
Edit bug report at https://bugs.php.net/bug.php?id=60066&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=60066&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=60066&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=60066&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=60066&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=60066&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=60066&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=60066&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=60066&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=60066&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=60066&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=60066&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=60066&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=60066&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=60066&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=60066&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=60066&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=60066&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=60066&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=60066&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=60066&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=60066&r=mysqlcfg

Reply via email to