php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12847 php_oci8.dll dereferencing null-pointers
Submitted: 2001-08-19 16:28 UTC Modified: 2002-04-13 08:49 UTC
From: cynic@php.net Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0CVS-2001-08-1 OS: NT 5 SP 1
Private report: No CVE-ID: None
 [2001-08-19 16:28 UTC] cynic@php.net
this is actually 4.0.7RC1
Server: Apache/1.3.20 (Win32) PHP/4.0.7RC1
php_oci8.dll linked against the 8.1.7 client libs

hitting the server with 
$ ./ab -n 5000 -c 3 -k http://212.24.143.100/other/info.php

produces more than a handful of these:

---------------------------
Apache.exe - Application Error
---------------------------
The instruction at "0x0070cb39" referenced memory at "0x00000000". The memory could not be "read".


Click on OK to terminate the program
Click on CANCEL to debug the program
---------------------------
OK   Cancel   
---------------------------

the errors go away with the extension disabled.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-19 16:31 UTC] cynic@php.net
I should've mentioned that the script contains just 

<?php phpinfo() ?>
 [2002-04-13 08:49 UTC] thies@php.net
The version of PHP that this bug was reported in is too old. Please
try to reproduce this bug in the latest version of PHP (available
from http://www.php.net/downloads.php

If you are still able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC