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
==21392== Conditional jump or move depends on uninitialised value(s)
==21392== at 0x5146FFC: ??? (in /lib64/libz.so.1.2.3)
==21392== by 0x514822B: ??? (in /lib64/libz.so.1.2.3)
==21392== by 0x5148314: gzdopen (in /lib64/libz.so.1.2.3)
==21392== by 0x73E0FA: php_stream_gzopen (zlib_fopen_wrapper.c:141)
==21392== by 0x7384E5: zif_gzopen (zlib.c:621)
==21392== by 0x1359BF6: ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER (zend_vm_execute.h:573)
==21392== by 0x1359BF6: execute_ex (zend_vm_execute.h:59747)
==21392== by 0x13816A0: zend_execute (zend_vm_execute.h:63776)
==21392== by 0x110585A: zend_execute_scripts (zend.c:1498)
==21392== by 0xFF61D7: php_execute_script (main.c:2594)
==21392== by 0x138755B: do_cli (php_cli.c:1011)
==21392== by 0x1388FE5: main (php_cli.c:1403)
==21392==
Generated at Sun, 10 Feb 2019 05:24:25 +0000 (10 days ago)
|