Valgrind Report for ext/ftp/tests/002.phpt ('FTP login (SSL)')
Script
1:
<?php 2: $ssl = 1; 3: require 'server.inc'; 4: 5: $ftp = ftp_ssl_connect('127.0.0.1', $port); 6: if (!$ftp) die("Couldn't connect to the server"); 7: 8: var_dump(ftp_login($ftp, 'user', 'pass')); 9: var_dump(ftp_raw($ftp, 'HELP')); 10: var_dump(ftp_raw($ftp, 'HELP HELP')); 11: 12: var_dump(ftp_close($ftp)); 13: ?> 14:
Report
==29224== Syscall param write(buf) points to uninitialised byte(s)
==29224== at 0xD1D6650: __write_nocancel (in /lib64/libc-2.12.so)
==29224== by 0x9281154: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x927F306: BIO_write (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x9282331: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x8F9622E: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== Address 0x1544391b is 11 bytes inside a block of size 4,096 alloc'd
==29224== at 0x4C2794E: malloc (vg_replace_malloc.c:270)
==29224== by 0x922E9CD: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x92821CD: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x927F63C: BIO_set (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x927F6B9: BIO_new (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x8FABA0C: ssl_init_wbio_buffer (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E20C: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F90861: ssl3_get_client_key_exchange (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9195F: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F90C2C: ssl3_get_client_key_exchange (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9195F: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C567: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C56F: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A11D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A181: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A1AC: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C2AD: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C2D8: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C2FA: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C347: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x8F9C37E: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C604: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C790: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9CA66: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A22D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A333: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A36D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A38E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29B38: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29B7B: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29B8C: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29BB8: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29BD2: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9B674: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9B613: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9B732: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9B6D2: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9B6DB: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C2AC7C: memset (mc_replace_strmem.c:1008)
==29222== by 0x927E8D3: BUF_MEM_grow_clean (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F9B715: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C2ACA8: memset (mc_replace_strmem.c:1008)
==29222== by 0x927E8D3: BUF_MEM_grow_clean (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F9B715: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9B718: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9B528: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F99E8E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9AB0A: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29A99: memcpy (mc_replace_strmem.c:124)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29BF8: memcpy (mc_replace_strmem.c:127)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29AF9: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29B0B: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29B10: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29B1D: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29B1B: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29B38: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29B5E: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29B7B: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9B55F: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9B540: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==29222== by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==29222== by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==29222== by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==29222== by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F8E1E1: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9B4BD: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9BC04: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9BC91: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==29222== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29C23: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29CA5: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29CAB: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29CCC: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29CD4: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29CD8: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29CF5: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C2AC7C: memset (mc_replace_strmem.c:1008)
==29222== by 0x927EA30: BUF_MEM_grow (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F901A7: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C2ACA8: memset (mc_replace_strmem.c:1008)
==29222== by 0x927EA30: BUF_MEM_grow (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F901A7: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==29222== by 0x92344EE: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==29222== by 0x92344EE: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==29222== by 0x9234572: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==29222== by 0x9234572: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==29222== by 0x923685E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==29222== by 0x923685E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==29222== by 0x92368E2: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==29222== by 0x92368E2: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C2AC55: memset (mc_replace_strmem.c:1008)
==29222== by 0x9234316: MD5_Final (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x928CBA2: EVP_DigestFinal_ex (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8FA216A: tls1_final_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9BF04: ssl3_send_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918FC: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C2AC55: memset (mc_replace_strmem.c:1008)
==29222== by 0x9236676: SHA1_Final (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x928CBA2: EVP_DigestFinal_ex (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8FA216A: tls1_final_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9BF04: ssl3_send_finished (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918FC: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==29222== by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918FC: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==29222== by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F918FC: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222==
==29222== Syscall param write(buf) points to uninitialised byte(s)
==29222== at 0xD1D6650: __write_nocancel (in /lib64/libc-2.12.so)
==29222== by 0x9281154: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x927F306: BIO_write (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x9282331: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8F91828: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222== by 0xC460E9: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== Address 0x15453a6f is 31 bytes inside a block of size 4,096 alloc'd
==29222== at 0x4C2794E: malloc (vg_replace_malloc.c:270)
==29222== by 0x922E9CD: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x92821CD: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x927F63C: BIO_set (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x927F6B9: BIO_new (in /usr/lib64/libcrypto.so.1.0.0)
==29222== by 0x8FABA0C: ssl_init_wbio_buffer (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9D3F1: ssl23_get_client_hello (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9D8B2: ssl23_accept (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F9F66: php_openssl_enable_crypto (xp_ssl.c:480)
==29222== by 0x4FB2E0: php_openssl_sockop_set_option (xp_ssl.c:759)
==29222== by 0xD5B6F8: _php_stream_set_option (streams.c:1353)
==29222== by 0xD72ABC: php_stream_xport_crypto_enable (transports.c:384)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F99E8E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C567: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C56F: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A11D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A181: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A1AC: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C2AD: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C2D8: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C2FA: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C347: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x8F9C37E: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C604: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C790: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9CA66: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A22D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A333: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A36D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A38E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29B38: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29B7B: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29B8C: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29BB8: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29BD2: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9B674: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9B613: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9B622: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9B69B: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9B6D2: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9B6DB: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x4C2AC7C: memset (mc_replace_strmem.c:1008)
==29224== by 0x927E8D3: BUF_MEM_grow_clean (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x8F9B715: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x4C2ACA8: memset (mc_replace_strmem.c:1008)
==29224== by 0x927E8D3: BUF_MEM_grow_clean (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x8F9B715: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9B718: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9B528: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F99E8E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9AB0A: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29A99: memcpy (mc_replace_strmem.c:124)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29BF8: memcpy (mc_replace_strmem.c:127)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29AF9: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29B0B: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29B10: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x4C29B1D: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29B1B: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29B38: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29B5E: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29B7B: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9B55F: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9B540: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==29224== by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==29224== by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==29224== by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==29224== by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9BC04: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9BC91: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==29224== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29C23: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29CA5: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29D11: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Syscall param write(buf) points to uninitialised byte(s)
==29224== at 0xD1D6650: __write_nocancel (in /lib64/libc-2.12.so)
==29224== by 0x9281154: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x927F306: BIO_write (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x8F991F3: ssl3_write_pending (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F99954: ssl3_write_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F9E9C: my_send (ftp.c:1255)
==29224== by 0x6F96FB: ftp_putcmd (ftp.c:1132)
==29224== by 0x6F64C4: ftp_login (ftp.c:308)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== Address 0x1543e03b is 11 bytes inside a block of size 17,584 alloc'd
==29224== at 0x4C2794E: malloc (vg_replace_malloc.c:270)
==29224== by 0x922E9CD: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.0)
==29224== by 0x8F9B24E: ssl3_setup_write_buffer (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9B3BF: ssl3_setup_buffers (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9DC1A: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6F63F4: ftp_login (ftp.c:297)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C56F: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A11D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A181: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A1AC: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C2AD: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C2D8: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C2FA: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C347: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x8F9C37E: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C604: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9C790: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9CA66: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A22D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A333: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29222==
==29222== More than 100 errors detected. Subsequent errors
==29222== will still be recorded, but in less detail than before.
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A36D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9A38E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F96703: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4F8ECD: php_openssl_sockop_read (xp_ssl.c:218)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4F8FCD: php_openssl_sockop_read (xp_ssl.c:228)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4F91BD: php_openssl_sockop_read (xp_ssl.c:237)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xD5945A: php_stream_fill_read_buffer (streams.c:696)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xD596C2: _php_stream_read (streams.c:738)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xD596E3: _php_stream_read (streams.c:742)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==29222== by 0xD59711: _php_stream_read (streams.c:743)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==29222== by 0xD59711: _php_stream_read (streams.c:743)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29C23: memcpy (mc_replace_strmem.c:878)
==29222== by 0xD59711: _php_stream_read (streams.c:743)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29C29: memcpy (mc_replace_strmem.c:878)
==29222== by 0xD59711: _php_stream_read (streams.c:743)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29C50: memcpy (mc_replace_strmem.c:878)
==29222== by 0xD59711: _php_stream_read (streams.c:743)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29C6C: memcpy (mc_replace_strmem.c:878)
==29222== by 0xD59711: _php_stream_read (streams.c:743)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29C73: memcpy (mc_replace_strmem.c:878)
==29222== by 0xD59711: _php_stream_read (streams.c:743)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29C76: memcpy (mc_replace_strmem.c:878)
==29222== by 0xD59711: _php_stream_read (streams.c:743)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29C96: memcpy (mc_replace_strmem.c:878)
==29222== by 0xD59711: _php_stream_read (streams.c:743)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xD59746: _php_stream_read (streams.c:747)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xD597C0: _php_stream_read (streams.c:762)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0xBA605F: zif_fread (file.c:1757)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x5339EF: php_pcre_exec (pcre_exec.c:6298)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x533A34: php_pcre_exec (pcre_exec.c:6299)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x535431: php_pcre_exec (pcre_exec.c:6762)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x535536: php_pcre_exec (pcre_exec.c:6781)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x535518: php_pcre_exec (pcre_exec.c:6783)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x53553C: php_pcre_exec (pcre_exec.c:6790)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x51C9F3: match (pcre_exec.c:3159)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x51CAB1: match (pcre_exec.c:3164)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x527585: match (pcre_exec.c:4701)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x527631: match (pcre_exec.c:4706)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x53301E: match (pcre_exec.c:5985)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x5330C2: match (pcre_exec.c:5990)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x515185: match (pcre_exec.c:2139)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xD59502: _php_stream_read (streams.c:713)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xD5919B: php_stream_fill_read_buffer (streams.c:674)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xD59214: php_stream_fill_read_buffer (streams.c:678)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C2ACCA: memmove (mc_replace_strmem.c:1023)
==29222== by 0xD59270: php_stream_fill_read_buffer (streams.c:679)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29224== Conditional jump or move depends on un==29222==
==29224== at 0x8F99E8E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C2ACD3: memmove (mc_replace_strmem.c:1023)
==29222== by 0xD59270: php_stream_fill_read_buffer (streams.c:679)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C2ACE6: memmove (mc_replace_strmem.c:1023)
==29222== by 0xD59270: php_stream_fill_read_buffer (streams.c:679)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C56F: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A11D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A181: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29222== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A1AC: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== at 0x4C2AD10: memmove (mc_replace_strmem.c:1023)
==29222== by 0xD59270: php_stream_fill_read_buffer (streams.c:679)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C2AD: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C2D8: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C2FA: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C2AD20: memmove (mc_replace_strmem.c:1023)
==29222== by 0xD59270: php_stream_fill_read_buffer (streams.c:679)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== Conditional jump or move depends on uninitialised v==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== at 0x8F9C347: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:11==29222==
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x8F9C37E: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29222== Conditional jump or move depends on uninitialised value(s)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C604: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9C790: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9CA66: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A22D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C2AD53: memmove (mc_replace_strmem.c:1023)
==29222== by 0xD59270: php_stream_fill_read_buffer (streams.c:679)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A333: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xD592F2: php_stream_fill_read_buffer (streams.c:686)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_e==29222== by 0xFF2B21: main (php_cli.c:1377)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A38E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29B8C: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29BB8: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29BD2: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F96703: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F9992: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F994D: ftp_readline (ftp.c:1159)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F97EC: ftp_readline (ftp.c:1160)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F98B6: ftp_readline (ftp.c:1171)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F9810: ftp_readline (ftp.c:1163)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F9831: ftp_readline (ftp.c:1163)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F9880: ftp_readline (ftp.c:1167)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9AA0: ftp_getresp (ftp.c:1211)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9AF5: ftp_getresp (ftp.c:1211)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224==
==29224== More than 100 errors detected. Subsequent errors
==29224== will still be recorded, but in less detail than before.
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9B46: ftp_getresp (ftp.c:1211)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F9B74: ftp_getresp (ftp.c:1211)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9BBE: ftp_getresp (ftp.c:1217)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9C13: ftp_getresp (ftp.c:1217)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9C64: ftp_getresp (ftp.c:1217)
==29224== by 0x6F6502: ftp_login (ftp.c:311)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x8F9AB0A: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29B53: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xE0405A: is_identical_function (zend_operators.c:1662)
==29222== by 0xF9AD8B: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31446)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C2A849: bcmp (mc_replace_strmem.c:931)
==29222== by 0xE04090: is_identical_function (zend_operators.c:1663)
==29222== by 0xF9AD8B: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31446)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C2A857: bcmp (mc_replace_strmem.c:931)
==29222== by 0xE04090: is_identical_function (zend_operators.c:1663)
==29222== by 0xF9AD8B: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31446)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C2A87F: bcmp (mc_replace_strmem.c:931)
==29222== by 0xE04090: is_identical_function (zend_operators.c:1663)
==29222== by 0xF9AD8B: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31446)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C2A879: bcmp (mc_replace_strmem.c:931)
==29222== by 0xE04090: is_identical_function (zend_operators.c:1663)
==29222== by 0xF9AD8B: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31446)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xE04093: is_identical_function (zend_operators.c:1662)
==29222== by 0xF9AD8B: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31446)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9AA0: ftp_getresp (ftp.c:1211)
==29224== by 0x6F658C: ftp_login (ftp.c:319)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9AF5: ftp_getresp (ftp.c:1211)
==29224== by 0x6F658C: ftp_login (ftp.c:319)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9B46: ftp_getresp (ftp.c:1211)
==29224== by 0x6F658C: ftp_login (ftp.c:319)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F9B74: ftp_getresp (ftp.c:1211)
==29224== by 0x6F658C: ftp_login (ftp.c:319)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9BBE: ftp_getresp (ftp.c:1217)
==29224== by 0x6F658C: ftp_login (ftp.c:319)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9C13: ftp_getresp (ftp.c:1217)
==29224== by 0x6F658C: ftp_login (ftp.c:319)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9C64: ftp_getresp (ftp.c:1217)
==29224== by 0x6F658C: ftp_login (ftp.c:319)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F65BC: ftp_login (ftp.c:323)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F65DF: ftp_login (ftp.c:323)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29B86: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29BA0: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29BAC: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29BD8: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29BDF: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29BEA: memcpy (mc_replace_strmem.c:878)
==29222== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29222== by 0x4F8EC5: php_openssl_sockop_read (xp_ssl.c:216)
==29222== by 0xD5943E: php_stream_fill_read_buffer (streams.c:692)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29C41: memcpy (mc_replace_strmem.c:878)
==29222== by 0xD59711: _php_stream_read (streams.c:743)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C29C48: memcpy (mc_replace_strmem.c:878)
==29222== by 0xD59711: _php_stream_read (streams.c:743)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29C4A: memcpy (mc_replace_strmem.c:878)
==29222== by 0xD59711: _php_stream_read (streams.c:743)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C29C33: memcpy (mc_replace_strmem.c:878)
==29222== by 0xD59711: _php_stream_read (streams.c:743)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x527A89: match (pcre_exec.c:4757)
==29222== by 0x5112FD: match (pcre_exec.c:973)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x527B35: match (pcre_exec.c:4762)
==29222== by 0x5112FD: match (pcre_exec.c:973)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x5334E6: match (pcre_exec.c:6037)
==29222== by 0x5112FD: match (pcre_exec.c:973)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x53358A: match (pcre_exec.c:6042)
==29222== by 0x5112FD: match (pcre_exec.c:973)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x51C9F3: match (pcre_exec.c:3159)
==29222== by 0x533684: match (pcre_exec.c:6060)
==29222== by 0x5112FD: match (pcre_exec.c:973)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x51CAB1: match (pcre_exec.c:3164)
==29222== by 0x533684: match (pcre_exec.c:6060)
==29222== by 0x5112FD: match (pcre_exec.c:973)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x515185: match (pcre_exec.c:2139)
==29222== by 0x533684: match (pcre_exec.c:6060)
==29222== by 0x5112FD: match (pcre_exec.c:973)
==29222== by 0x5355F0: php_pcre_exec (pcre_exec.c:6819)
==29222== by 0x53F805: php_pcre_match_impl (php_pcre.c:659)
==29222== by 0x53F1DF: php_do_pcre_match (php_pcre.c:553)
==29222== by 0x540543: zif_preg_match (php_pcre.c:805)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C2AD5E: memmove (mc_replace_strmem.c:1023)
==29222== by 0xD59270: php_stream_fill_read_buffer (streams.c:679)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C2ADB0: memmove (mc_replace_strmem.c:1023)
==29222== by 0xD59270: php_stream_fill_read_buffer (streams.c:679)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C2ADC1: memmove (mc_replace_strmem.c:1023)
==29222== by 0xD59270: php_stream_fill_read_buffer (streams.c:679)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29224== Use of uninitialised value of size 8
==29224== at 0x4C29BD8: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F666F: ftp_login (ftp.c:331)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x4C29BDF: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F666F: ftp_login (ftp.c:331)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C29BEA: memcpy (mc_replace_strmem.c:878)
==29224== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F666F: ftp_login (ftp.c:331)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9AA0: ftp_getresp (ftp.c:1211)
==29224== by 0x6F666F: ftp_login (ftp.c:331)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9AF5: ftp_getresp (ftp.c:1211)
==29224== by 0x6F666F: ftp_login (ftp.c:331)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9B46: ftp_getresp (ftp.c:1211)
==29224== by 0x6F666F: ftp_login (ftp.c:331)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F9B74: ftp_getresp (ftp.c:1211)
==29224== by 0x6F666F: ftp_login (ftp.c:331)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9BBE: ftp_getresp (ftp.c:1217)
==29224== by 0x6F666F: ftp_login (ftp.c:331)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9C13: ftp_getresp (ftp.c:1217)
==29224== by 0x6F666F: ftp_login (ftp.c:331)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9C64: ftp_getresp (ftp.c:1217)
==29224== by 0x6F666F: ftp_login (ftp.c:331)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F669F: ftp_login (ftp.c:334)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F66CC: ftp_login (ftp.c:337)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xE04093: is_identical_function (zend_operators.c:1662)
==29222== by 0xF9AC7E: ZEND_IS_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31430)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9AA0: ftp_getresp (ftp.c:1211)
==29224== by 0x6F674D: ftp_login (ftp.c:343)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9AF5: ftp_getresp (ftp.c:1211)
==29224== by 0x6F674D: ftp_login (ftp.c:343)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9B46: ftp_getresp (ftp.c:1211)
==29224== by 0x6F674D: ftp_login (ftp.c:343)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F9B74: ftp_getresp (ftp.c:1211)
==29224== by 0x6F674D: ftp_login (ftp.c:343)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9BBE: ftp_getresp (ftp.c:1217)
==29224== by 0x6F674D: ftp_login (ftp.c:343)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9C13: ftp_getresp (ftp.c:1217)
==29224== by 0x6F674D: ftp_login (ftp.c:343)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F9C64: ftp_getresp (ftp.c:1217)
==29224== by 0x6F674D: ftp_login (ftp.c:343)
==29224== by 0x6F0809: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F080C: zif_ftp_login (php_ftp.c:426)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xEBCA67: ZEND_JMPZ_SPEC_VAR_HANDLER (zend_execute.h:111)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xEBCA85: ZEND_JMPZ_SPEC_VAR_HANDLER (zend_execute.h:111)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0xE0405A: is_identical_function (zend_operators.c:1662)
==29222== by 0xF9AC7E: ZEND_IS_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31430)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F9992: ftp_readline (ftp.c:1182)
==29224== by 0x6F6F9F: ftp_raw (ftp.c:475)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F994D: ftp_readline (ftp.c:1159)
==29224== by 0x6F6F9F: ftp_raw (ftp.c:475)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F97EC: ftp_readline (ftp.c:1160)
==29224== by 0x6F6F9F: ftp_raw (ftp.c:475)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F98B6: ftp_readline (ftp.c:1171)
==29224== by 0x6F6F9F: ftp_raw (ftp.c:475)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F9810: ftp_readline (ftp.c:1163)
==29224== by 0x6F6F9F: ftp_raw (ftp.c:475)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F9831: ftp_readline (ftp.c:1163)
==29224== by 0x6F6F9F: ftp_raw (ftp.c:475)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F9880: ftp_readline (ftp.c:1167)
==29224== by 0x6F6F9F: ftp_raw (ftp.c:475)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C2AD64: memmove (mc_replace_strmem.c:1023)
==29222== by 0xD59270: php_stream_fill_read_buffer (streams.c:679)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Use of uninitialised value of size 8
==29222== at 0x4C2AD78: memmove (mc_replace_strmem.c:1023)
==29222== by 0xD59270: php_stream_fill_read_buffer (streams.c:679)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C2AD90: memmove (mc_replace_strmem.c:1023)
==29222== by 0xD59270: php_stream_fill_read_buffer (streams.c:679)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C28EB9: strlen (mc_replace_strmem.c:399)
==29224== by 0xE15820: add_next_index_string (zend_API.c:1451)
==29224== by 0x6F6E63: ftp_raw (ftp.c:476)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x4C28EC8: strlen (mc_replace_strmem.c:399)
==29224== by 0xE15820: add_next_index_string (zend_API.c:1451)
==29224== by 0x6F6E63: ftp_raw (ftp.c:476)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F6EA6: ftp_raw (ftp.c:477)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F6EFB: ftp_raw (ftp.c:477)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29222== Conditional jump or move depends on uninitialised value(s)
==29222== at 0x4C2ADAA: memmove (mc_replace_strmem.c:1023)
==29222== by 0xD59270: php_stream_fill_read_buffer (streams.c:679)
==29222== by 0xD59684: _php_stream_read (streams.c:735)
==29222== by 0xBA6041: zif_fread (file.c:1754)
==29222== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29222== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29222== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29222== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29222== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29222== by 0xD3043F: php_execute_script (main.c:2479)
==29222== by 0xFF1374: do_cli (php_cli.c:993)
==29222== by 0xFF2B21: main (php_cli.c:1377)
==29222==
==29224== Use of uninitialised value of size 8
==29224== at 0x6F6F50: ftp_raw (ftp.c:477)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x6F6F7E: ftp_raw (ftp.c:477)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224== by 0xFF1374: do_cli (php_cli.c:993)
==29224== by 0xFF2B21: main (php_cli.c:1377)
==29224==
==29224== Syscall param write(buf) points to uninitialised byte(s)
==29224== at 0xD1D6650: __write_nocancel (in /lib64/libc-2.12.so)
==29224== by 0xFEEC82: sapi_cli_single_write (php_cli.c:273)
==29224== by 0xFEEE0F: sapi_cli_ub_write (php_cli.c:308)
==29224== by 0xD545E2: php_output_op (output.c:1079)
==29224== by 0xD514E6: php_output_write (output.c:255)
==29224== by 0xBFF850: php_var_dump (var.c:114)
==29224== by 0xBFF1C6: php_array_element_dump (var.c:51)
==29224== by 0xE278D2: zend_hash_apply_with_arguments (zend_hash.c:772)
==29224== by 0xBFFE1E: php_var_dump (var.c:146)
==29224== by 0xC00130: zif_var_dump (var.c:183)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== Address 0x1545c3a0 is 0 bytes inside a block of size 56 alloc'd
==29224== at 0x4C2794E: malloc (vg_replace_malloc.c:270)
==29224== by 0xDB8224: _emalloc (zend_alloc.c:2427)
==29224== by 0xDB89B2: _estrndup (zend_alloc.c:2650)
==29224== by 0xE15858: add_next_index_string (zend_API.c:1451)
==29224== by 0x6F6E63: ftp_raw (ftp.c:476)
==29224== by 0x6F10B7: zif_ftp_raw (php_ftp.c:546)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224== by 0xD3043F: php_execute_script (main.c:2479)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A4E0: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F5F81: ftp_quit (ftp.c:226)
==29224== by 0x6F5388: zif_ftp_close (php_ftp.c:1355)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F9A51F: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F5F81: ftp_quit (ftp.c:226)
==29224== by 0x6F5388: zif_ftp_close (php_ftp.c:1355)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F99F91: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F5F81: ftp_quit (ftp.c:226)
==29224== by 0x6F5388: zif_ftp_close (php_ftp.c:1355)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
==29224== Conditional jump or move depends on uninitialised value(s)
==29224== at 0x8F99FA8: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==29224== by 0x6FA138: my_recv (ftp.c:1295)
==29224== by 0x6F998A: ftp_readline (ftp.c:1182)
==29224== by 0x6F9A4F: ftp_getresp (ftp.c:1206)
==29224== by 0x6F5F81: ftp_quit (ftp.c:226)
==29224== by 0x6F5388: zif_ftp_close (php_ftp.c:1355)
==29224== by 0xE70D6B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==29224== by 0xE7AD7B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==29224== by 0xE6E9A8: execute_ex (zend_vm_execute.h:356)
==29224== by 0xE6F53A: zend_execute (zend_vm_execute.h:381)
==29224== by 0xE0CA32: zend_execute_scripts (zend.c:1316)
==29224==
Generated at Wed, 15 May 2013 22:03:26 +0000 (2 days ago)
|