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/zlib/tests/bug61139.phpt ('Bug #61139 (gzopen leaks when specifying invalid mode)')

Script

1: <?php
2:
3: gzopen
('someFile''c');
4:

Report

==12242== Conditional jump or move depends on uninitialised value(s)
==12242==    at 0x5143FFC: ??? (in /lib64/libz.so.1.2.3)
==12242==    by 0x514522B: ??? (in /lib64/libz.so.1.2.3)
==12242==    by 0x5145314: gzdopen (in /lib64/libz.so.1.2.3)
==12242==    by 0x645786: php_stream_gzopen (zlib_fopen_wrapper.c:137)
==12242==    by 0x643676: zif_gzopen (zlib.c:592)
==12242==    by 0xE7141B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==12242==    by 0xE7B42B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==12242==    by 0xE6F058: execute_ex (zend_vm_execute.h:356)
==12242==    by 0xE6FBEA: zend_execute (zend_vm_execute.h:381)
==12242==    by 0xE0D032: zend_execute_scripts (zend.c:1316)
==12242==    by 0xD30A33: php_execute_script (main.c:2481)
==12242==    by 0xFF1A24: do_cli (php_cli.c:993)
==12242== 

 

Generated at Thu, 23 May 2013 18:18:24 +0000 (2 days ago)

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