PHP  
 PHP_5_5
downloads | QA | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
 

Valgrind Report for ext/odbc/tests/odbc_tables_001.phpt ('odbc_tables(): Basic test')

Script

1: <?php
2:
3:
include 'config.inc';
4:
5:
$conn odbc_connect($dsn$user$pass);
6:
7:
var_dump($result odbc_tables($conn''''''''));
8:
var_dump(odbc_fetch_row($result));
9:
10:
var_dump($result odbc_tables($connNULLNULLNULLNULL));
11:
var_dump(odbc_fetch_row($result));
12:
13:
var_dump($result odbc_tables($conn'FOO''FOO''FOO''FOO'));
14:
var_dump(odbc_fetch_row($result));
15:
16:
17:
?>
18:

Report

==12830== Conditional jump or move depends on uninitialised value(s)
==12830==    at 0x939038: odbc_bindcols (php_odbc.c:964)
==12830==    by 0x9432F6: zif_odbc_tables (php_odbc.c:3107)
==12830==    by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==12830==    by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==12830==    by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==12830==    by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==12830==    by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==12830==    by 0xD3043F: php_execute_script (main.c:2479)
==12830==    by 0xFF1374: do_cli (php_cli.c:993)
==12830==    by 0xFF2B21: main (php_cli.c:1377)
==12830== 
==12830== Conditional jump or move depends on uninitialised value(s)
==12830==    at 0x939112: odbc_bindcols (php_odbc.c:985)
==12830==    by 0x9432F6: zif_odbc_tables (php_odbc.c:3107)
==12830==    by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==12830==    by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==12830==    by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==12830==    by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==12830==    by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==12830==    by 0xD3043F: php_execute_script (main.c:2479)
==12830==    by 0xFF1374: do_cli (php_cli.c:993)
==12830==    by 0xFF2B21: main (php_cli.c:1377)
==12830== 

 

Generated at Wed, 15 May 2013 22:03:26 +0000 (6 days ago)

Copyright © 2005-2013 The PHP Group
All rights reserved.