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
==16611== Conditional jump or move depends on uninitialised value(s)
==16611== at 0x5143FFC: ??? (in /lib64/libz.so.1.2.3)
==16611== by 0x514522B: ??? (in /lib64/libz.so.1.2.3)
==16611== by 0x5145314: gzdopen (in /lib64/libz.so.1.2.3)
==16611== by 0x646D3A: php_stream_gzopen (zlib_fopen_wrapper.c:137)
==16611== by 0x644C2A: zif_gzopen (zlib.c:592)
==16611== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==16611== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==16611== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==16611== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==16611== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==16611== by 0xD33BB3: php_execute_script (main.c:2481)
==16611== by 0xFCEB10: do_cli (php_cli.c:993)
==16611==
Generated at Mon, 10 Jun 2013 15:00:26 +0000 (9 days ago)
|