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
==7390== Conditional jump or move depends on uninitialised value(s)
==7390== at 0x5143FFC: ??? (in /lib64/libz.so.1.2.3)
==7390== by 0x514522B: ??? (in /lib64/libz.so.1.2.3)
==7390== by 0x5145314: gzdopen (in /lib64/libz.so.1.2.3)
==7390== by 0x62A6E6: php_stream_gzopen (zlib_fopen_wrapper.c:137)
==7390== by 0x626F30: zif_gzopen (zlib.c:450)
==7390== by 0xDB8BD2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:322)
==7390== by 0xDBEEB1: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:1632)
==7390== by 0xDB7C17: execute (zend_vm_execute.h:107)
==7390== by 0xD6B0B7: zend_execute_scripts (zend.c:1259)
==7390== by 0xCB7000: php_execute_script (main.c:2316)
==7390== by 0xEAE410: main (php_cli.c:1189)
==7390==
Generated at Sun, 19 May 2013 20:27:25 +0000 (4 days ago)
|