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
==31569== Syscall param write(buf) points to uninitialised byte(s)
==31569== at 0xCFCA650: __write_nocancel (in /lib64/libc-2.12.so)
==31569== by 0x9281154: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x927F306: BIO_write (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x9282331: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x8F9622E: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== Address 0x14e5fbcb is 11 bytes inside a block of size 4,096 alloc'd
==31569== at 0x4C2794E: malloc (vg_replace_malloc.c:270)
==31569== by 0x922E9CD: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x92821CD: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x927F63C: BIO_set (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x927F6B9: BIO_new (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x8FABA0C: ssl_init_wbio_buffer (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E20C: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F90861: ssl3_get_client_key_exchange (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9195F: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F90C2C: ssl3_get_client_key_exchange (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9195F: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C567: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C56F: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A11D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A181: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A1AC: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C2AD: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C2D8: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C2FA: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C347: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x8F9C37E: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C604: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C790: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9CA66: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A22D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A333: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A36D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A38E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29B38: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29B7B: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29B8C: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29BB8: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29BD2: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9B674: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9B613: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9B732: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9B6D2: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9B6DB: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C2AC7C: memset (mc_replace_strmem.c:1008)
==31568== by 0x927E8D3: BUF_MEM_grow_clean (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F9B715: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C2ACA8: memset (mc_replace_strmem.c:1008)
==31568== by 0x927E8D3: BUF_MEM_grow_clean (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F9B715: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9B718: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9B528: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F99E8E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9AB0A: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29A99: memcpy (mc_replace_strmem.c:124)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29BF8: memcpy (mc_replace_strmem.c:127)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29AF9: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29B0B: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29B10: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29B1D: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29B1B: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29B38: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29B5E: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29B7B: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9B55F: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9B540: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31568== by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31568== by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31568== by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31568== by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F8E1E1: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9B4BD: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9BC04: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9BC91: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31568== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29C23: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29CA5: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29CAB: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29CCC: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29CD4: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29CD8: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29CF5: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C2AC7C: memset (mc_replace_strmem.c:1008)
==31568== by 0x927EA30: BUF_MEM_grow (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F901A7: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C2ACA8: memset (mc_replace_strmem.c:1008)
==31568== by 0x927EA30: BUF_MEM_grow (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F901A7: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31568== by 0x92344EE: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31568== by 0x92344EE: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31568== by 0x9234572: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31568== by 0x9234572: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31568== by 0x923685E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31568== by 0x923685E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31568== by 0x92368E2: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31568== by 0x92368E2: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C2AC55: memset (mc_replace_strmem.c:1008)
==31568== by 0x9234316: MD5_Final (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x928CBA2: EVP_DigestFinal_ex (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8FA216A: tls1_final_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9BF04: ssl3_send_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918FC: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C2AC55: memset (mc_replace_strmem.c:1008)
==31568== by 0x9236676: SHA1_Final (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x928CBA2: EVP_DigestFinal_ex (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8FA216A: tls1_final_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9BF04: ssl3_send_finished (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918FC: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31568== by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918FC: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31568== by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F918FC: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568==
==31568== Syscall param write(buf) points to uninitialised byte(s)
==31568== at 0xCFCA650: __write_nocancel (in /lib64/libc-2.12.so)
==31568== by 0x9281154: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x927F306: BIO_write (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x9282331: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8F91828: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568== by 0xBCBD6C: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== Address 0x14e6fcdf is 31 bytes inside a block of size 4,096 alloc'd
==31568== at 0x4C2794E: malloc (vg_replace_malloc.c:270)
==31568== by 0x922E9CD: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x92821CD: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x927F63C: BIO_set (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x927F6B9: BIO_new (in /usr/lib64/libcrypto.so.1.0.0)
==31568== by 0x8FABA0C: ssl_init_wbio_buffer (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9D3F1: ssl23_get_client_hello (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9D8B2: ssl23_accept (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E7930: php_openssl_enable_crypto (xp_ssl.c:480)
==31568== by 0x4E8C90: php_openssl_sockop_set_option (xp_ssl.c:759)
==31568== by 0xCD4523: _php_stream_set_option (streams.c:1358)
==31568== by 0xCEB8F1: php_stream_xport_crypto_enable (transports.c:384)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F99E8E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9C567: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9C56F: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A11D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A181: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A1AC: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9C2AD: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9C2D8: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9C2FA: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9C347: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x8F9C37E: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9C604: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9C790: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9CA66: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A22D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A333: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A36D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A38E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29B38: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29B7B: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29B8C: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29BB8: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29BD2: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9B674: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9B613: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9B622: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9B69B: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9B6D2: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9B6DB: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x4C2AC7C: memset (mc_replace_strmem.c:1008)
==31569== by 0x927E8D3: BUF_MEM_grow_clean (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x8F9B715: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x4C2ACA8: memset (mc_replace_strmem.c:1008)
==31569== by 0x927E8D3: BUF_MEM_grow_clean (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x8F9B715: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9B718: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9B528: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F99E8E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9AB0A: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29A99: memcpy (mc_replace_strmem.c:124)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29BF8: memcpy (mc_replace_strmem.c:127)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29AF9: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29B0B: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29B10: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x4C29B1D: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29B1B: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29B38: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29B5E: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29B7B: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9B55F: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9B540: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31569== by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31569== by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31569== by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31569== by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9BC04: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9BC91: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31569== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29C23: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29CA5: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29D11: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Syscall param write(buf) points to uninitialised byte(s)
==31569== at 0xCFCA650: __write_nocancel (in /lib64/libc-2.12.so)
==31569== by 0x9281154: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x927F306: BIO_write (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x8F991F3: ssl3_write_pending (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F99954: ssl3_write_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E24BA: my_send (ftp.c:1255)
==31569== by 0x6E1D19: ftp_putcmd (ftp.c:1132)
==31569== by 0x6DEB32: ftp_login (ftp.c:308)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== Address 0x14e5a2eb is 11 bytes inside a block of size 17,584 alloc'd
==31569== at 0x4C2794E: malloc (vg_replace_malloc.c:270)
==31569== by 0x922E9CD: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.0)
==31569== by 0x8F9B24E: ssl3_setup_write_buffer (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9B3BF: ssl3_setup_buffers (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9DC1A: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6DEA68: ftp_login (ftp.c:297)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C56F: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A11D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A181: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A1AC: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C2AD: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C2D8: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C2FA: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C347: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x8F9C37E: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C604: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9C790: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9CA66: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A22D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A333: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31568==
==31568== More than 100 errors detected. Subsequent errors
==31568== will still be recorded, but in less detail than before.
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A36D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9A38E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F96703: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4E68D1: php_openssl_sockop_read (xp_ssl.c:218)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4E69D1: php_openssl_sockop_read (xp_ssl.c:228)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4E6BBD: php_openssl_sockop_read (xp_ssl.c:237)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xCD228D: php_stream_fill_read_buffer (streams.c:701)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xCD24F5: _php_stream_read (streams.c:743)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xCD2516: _php_stream_read (streams.c:747)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31568== by 0xCD2544: _php_stream_read (streams.c:748)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31568== by 0xCD2544: _php_stream_read (streams.c:748)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29C23: memcpy (mc_replace_strmem.c:878)
==31568== by 0xCD2544: _php_stream_read (streams.c:748)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29C29: memcpy (mc_replace_strmem.c:878)
==31568== by 0xCD2544: _php_stream_read (streams.c:748)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29C50: memcpy (mc_replace_strmem.c:878)
==31568== by 0xCD2544: _php_stream_read (streams.c:748)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29C6C: memcpy (mc_replace_strmem.c:878)
==31568== by 0xCD2544: _php_stream_read (streams.c:748)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29C73: memcpy (mc_replace_strmem.c:878)
==31568== by 0xCD2544: _php_stream_read (streams.c:748)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29C76: memcpy (mc_replace_strmem.c:878)
==31568== by 0xCD2544: _php_stream_read (streams.c:748)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29C96: memcpy (mc_replace_strmem.c:878)
==31568== by 0xCD2544: _php_stream_read (streams.c:748)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xCD2579: _php_stream_read (streams.c:752)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xCD25EF: _php_stream_read (streams.c:767)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0xB2DB6B: zif_fread (file.c:1754)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x520A82: php_pcre_exec (pcre_exec.c:6298)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x520AC7: php_pcre_exec (pcre_exec.c:6299)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x5224BE: php_pcre_exec (pcre_exec.c:6762)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x5225C3: php_pcre_exec (pcre_exec.c:6781)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x5225A5: php_pcre_exec (pcre_exec.c:6783)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x5225C9: php_pcre_exec (pcre_exec.c:6790)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x509E34: match (pcre_exec.c:3159)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x509EF2: match (pcre_exec.c:3164)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x514853: match (pcre_exec.c:4701)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x5148FF: match (pcre_exec.c:4706)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x5200B1: match (pcre_exec.c:5985)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x520155: match (pcre_exec.c:5990)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x5026A6: match (pcre_exec.c:2139)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xCD2335: _php_stream_read (streams.c:718)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xCD1FCE: php_stream_fill_read_buffer (streams.c:679)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xCD2047: php_stream_fill_read_buffer (streams.c:683)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2ACCA: memmove (mc_replace_strmem.c:1023)
==31568== by 0xCD20A3: php_stream_fill_read_buffer (streams.c:684)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F99E8E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== Conditional jump or move depends on uninitialised value(s)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== at 0x4C2ACD3: memmove (mc_replace_strmem.c:1023)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2ACE6: memmove (mc_replace_strmem.c:1023)
==31568== by 0xCD20A3: php_stream_fill_read_buffer (streams.c:684)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2ACEC: memmove (mc_replace_strmem.c:1023)
==31568== by 0xCD20A3: php_stream_fill_read_buffer (streams.c:684)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2AD10: memmove (mc_replace_strmem.c:1023)
==31568== by 0xCD20A3: php_stream_fill_read_buffer (streams.c:684)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31569== Conditional jump or move depends on uninitialised value(s)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A11D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A181: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A1AC: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== Use of uninitialised value of size 8
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9C2AD: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2AD36: memmove (mc_replace_strmem.c:1023)
==31568== by 0xCD20A3: php_stream_fill_read_buffer (streams.c:684)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31569== at 0x8F9C2D8: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9C2FA: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9C347: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x8F9C37E: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9C604: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9C790: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9CA66: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2AD53: memmove (mc_replace_strmem.c:1023)
==31568== by 0xCD20A3: php_stream_fill_read_buffer (streams.c:684)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xCD2125: php_stream_fill_read_buffer (streams.c:691)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A22D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A333: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A36D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A38E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29B8C: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29BB8: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29BD2: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F96703: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1FB0: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1F6B: ftp_readline (ftp.c:1159)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1E0A: ftp_readline (ftp.c:1160)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1ED4: ftp_readline (ftp.c:1171)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1E2E: ftp_readline (ftp.c:1163)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1E4F: ftp_readline (ftp.c:1163)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1E9E: ftp_readline (ftp.c:1167)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E20BE: ftp_getresp (ftp.c:1211)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2113: ftp_getresp (ftp.c:1211)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569==
==31569== More than 100 errors detected. Subsequent errors
==31569== will still be recorded, but in less detail than before.
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2164: ftp_getresp (ftp.c:1211)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E2192: ftp_getresp (ftp.c:1211)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E21DC: ftp_getresp (ftp.c:1217)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2231: ftp_getresp (ftp.c:1217)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2282: ftp_getresp (ftp.c:1217)
==31569== by 0x6DEB70: ftp_login (ftp.c:311)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x8F9AB0A: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29B53: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xD6FE00: is_identical_function (zend_operators.c:1607)
==31568== by 0xEF2DE0: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:27868)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2A849: bcmp (mc_replace_strmem.c:931)
==31568== by 0xD6FE36: is_identical_function (zend_operators.c:1608)
==31568== by 0xEF2DE0: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:27868)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2A857: bcmp (mc_replace_strmem.c:931)
==31568== by 0xD6FE36: is_identical_function (zend_operators.c:1608)
==31568== by 0xEF2DE0: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:27868)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2A87F: bcmp (mc_replace_strmem.c:931)
==31568== by 0xD6FE36: is_identical_function (zend_operators.c:1608)
==31568== by 0xEF2DE0: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:27868)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2A879: bcmp (mc_replace_strmem.c:931)
==31568== by 0xD6FE36: is_identical_function (zend_operators.c:1608)
==31568== by 0xEF2DE0: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:27868)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xD6FE39: is_identical_function (zend_operators.c:1607)
==31568== by 0xEF2DE0: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:27868)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E20BE: ftp_getresp (ftp.c:1211)
==31569== by 0x6DEBF6: ftp_login (ftp.c:319)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2113: ftp_getresp (ftp.c:1211)
==31569== by 0x6DEBF6: ftp_login (ftp.c:319)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2164: ftp_getresp (ftp.c:1211)
==31569== by 0x6DEBF6: ftp_login (ftp.c:319)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E2192: ftp_getresp (ftp.c:1211)
==31569== by 0x6DEBF6: ftp_login (ftp.c:319)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E21DC: ftp_getresp (ftp.c:1217)
==31569== by 0x6DEBF6: ftp_login (ftp.c:319)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2231: ftp_getresp (ftp.c:1217)
==31569== by 0x6DEBF6: ftp_login (ftp.c:319)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2282: ftp_getresp (ftp.c:1217)
==31569== by 0x6DEBF6: ftp_login (ftp.c:319)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6DEC26: ftp_login (ftp.c:323)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6DEC49: ftp_login (ftp.c:323)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29B86: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29BA0: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29BAC: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29BD8: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29BDF: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29BEA: memcpy (mc_replace_strmem.c:878)
==31568== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31568== by 0x4E68C9: php_openssl_sockop_read (xp_ssl.c:216)
==31568== by 0xCD2271: php_stream_fill_read_buffer (streams.c:697)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29C41: memcpy (mc_replace_strmem.c:878)
==31568== by 0xCD2544: _php_stream_read (streams.c:748)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C29C48: memcpy (mc_replace_strmem.c:878)
==31568== by 0xCD2544: _php_stream_read (streams.c:748)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29C4A: memcpy (mc_replace_strmem.c:878)
==31568== by 0xCD2544: _php_stream_read (streams.c:748)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C29C33: memcpy (mc_replace_strmem.c:878)
==31568== by 0xCD2544: _php_stream_read (streams.c:748)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x514D57: match (pcre_exec.c:4757)
==31568== by 0x4FE852: match (pcre_exec.c:973)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x514E03: match (pcre_exec.c:4762)
==31568== by 0x4FE852: match (pcre_exec.c:973)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x520579: match (pcre_exec.c:6037)
==31568== by 0x4FE852: match (pcre_exec.c:973)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x52061D: match (pcre_exec.c:6042)
==31568== by 0x4FE852: match (pcre_exec.c:973)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x509E34: match (pcre_exec.c:3159)
==31568== by 0x520717: match (pcre_exec.c:6060)
==31568== by 0x4FE852: match (pcre_exec.c:973)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x509EF2: match (pcre_exec.c:3164)
==31568== by 0x520717: match (pcre_exec.c:6060)
==31568== by 0x4FE852: match (pcre_exec.c:973)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x5026A6: match (pcre_exec.c:2139)
==31568== by 0x520717: match (pcre_exec.c:6060)
==31568== by 0x4FE852: match (pcre_exec.c:973)
==31568== by 0x52267D: php_pcre_exec (pcre_exec.c:6819)
==31568== by 0x52C6B9: php_pcre_match_impl (php_pcre.c:659)
==31568== by 0x52C097: php_do_pcre_match (php_pcre.c:553)
==31568== by 0x52D3EE: zif_preg_match (php_pcre.c:805)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2AD5E: memmove (mc_replace_strmem.c:1023)
==31568== by 0xCD20A3: php_stream_fill_read_buffer (streams.c:684)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C2ADB0: memmove (mc_replace_strmem.c:1023)
==31568== by 0xCD20A3: php_stream_fill_read_buffer (streams.c:684)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2ADC1: memmove (mc_replace_strmem.c:1023)
==31568== by 0xCD20A3: php_stream_fill_read_buffer (streams.c:684)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31569== Use of uninitialised value of size 8
==31569== at 0x4C29BD8: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DECD7: ftp_login (ftp.c:331)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x4C29BDF: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DECD7: ftp_login (ftp.c:331)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C29BEA: memcpy (mc_replace_strmem.c:878)
==31569== by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DECD7: ftp_login (ftp.c:331)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E20BE: ftp_getresp (ftp.c:1211)
==31569== by 0x6DECD7: ftp_login (ftp.c:331)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2113: ftp_getresp (ftp.c:1211)
==31569== by 0x6DECD7: ftp_login (ftp.c:331)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2164: ftp_getresp (ftp.c:1211)
==31569== by 0x6DECD7: ftp_login (ftp.c:331)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E2192: ftp_getresp (ftp.c:1211)
==31569== by 0x6DECD7: ftp_login (ftp.c:331)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E21DC: ftp_getresp (ftp.c:1217)
==31569== by 0x6DECD7: ftp_login (ftp.c:331)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2231: ftp_getresp (ftp.c:1217)
==31569== by 0x6DECD7: ftp_login (ftp.c:331)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2282: ftp_getresp (ftp.c:1217)
==31569== by 0x6DECD7: ftp_login (ftp.c:331)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6DED07: ftp_login (ftp.c:334)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6DED34: ftp_login (ftp.c:337)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xD6FE39: is_identical_function (zend_operators.c:1607)
==31568== by 0xEF2CD2: ZEND_IS_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:27852)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E20BE: ftp_getresp (ftp.c:1211)
==31569== by 0x6DEDB3: ftp_login (ftp.c:343)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2113: ftp_getresp (ftp.c:1211)
==31569== by 0x6DEDB3: ftp_login (ftp.c:343)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2164: ftp_getresp (ftp.c:1211)
==31569== by 0x6DEDB3: ftp_login (ftp.c:343)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E2192: ftp_getresp (ftp.c:1211)
==31569== by 0x6DEDB3: ftp_login (ftp.c:343)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E21DC: ftp_getresp (ftp.c:1217)
==31569== by 0x6DEDB3: ftp_login (ftp.c:343)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2231: ftp_getresp (ftp.c:1217)
==31569== by 0x6DEDB3: ftp_login (ftp.c:343)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6E2282: ftp_getresp (ftp.c:1217)
==31569== by 0x6DEDB3: ftp_login (ftp.c:343)
==31569== by 0x6D8F81: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6D8F84: zif_ftp_login (php_ftp.c:426)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xE1A8B4: ZEND_JMPZ_SPEC_VAR_HANDLER (zend_execute.h:118)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xE1A8D2: ZEND_JMPZ_SPEC_VAR_HANDLER (zend_execute.h:118)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0xD6FE00: is_identical_function (zend_operators.c:1607)
==31568== by 0xEF2CD2: ZEND_IS_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:27852)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1FB0: ftp_readline (ftp.c:1182)
==31569== by 0x6DF5FD: ftp_raw (ftp.c:475)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1F6B: ftp_readline (ftp.c:1159)
==31569== by 0x6DF5FD: ftp_raw (ftp.c:475)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1E0A: ftp_readline (ftp.c:1160)
==31569== by 0x6DF5FD: ftp_raw (ftp.c:475)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1ED4: ftp_readline (ftp.c:1171)
==31569== by 0x6DF5FD: ftp_raw (ftp.c:475)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1E2E: ftp_readline (ftp.c:1163)
==31569== by 0x6DF5FD: ftp_raw (ftp.c:475)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1E4F: ftp_readline (ftp.c:1163)
==31569== by 0x6DF5FD: ftp_raw (ftp.c:475)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6E1E9E: ftp_readline (ftp.c:1167)
==31569== by 0x6DF5FD: ftp_raw (ftp.c:475)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2AD64: memmove (mc_replace_strmem.c:1023)
==31568== by 0xCD20A3: php_stream_fill_read_buffer (streams.c:684)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x4C28EB9: strlen (mc_replace_strmem.c:399)
==31569== by 0xD805D1: add_next_index_string (zend_API.c:1422)
==31569== by 0x6DF4C1: ftp_raw (ftp.c:476)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31568== Use of uninitialised value of size 8
==31568== at 0x4C2AD78: memmove (mc_replace_strmem.c:1023)
==31568== by 0xCD20A3: php_stream_fill_read_buffer (streams.c:684)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31569== by 0x6DF4C1: ftp_raw (ftp.c:476)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31568== Conditional jump or move depends on uninitialised value(s)
==31568== at 0x4C2AD90: memmove (mc_replace_strmem.c:1023)
==31568== by 0xCD20A3: php_stream_fill_read_buffer (streams.c:684)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31569== Use of uninitialised value of size 8
==31569== at 0x6DF504: ftp_raw (ftp.c:477)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6DF559: ftp_raw (ftp.c:477)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Use of uninitialised value of size 8
==31569== at 0x6DF5AE: ftp_raw (ftp.c:477)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x6DF5DC: ftp_raw (ftp.c:477)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569== by 0xF472C4: main (php_cli.c:1364)
==31569==
==31568== by 0xCD20A3: php_stream_fill_read_buffer (streams.c:684)
==31568== by 0xCD24B7: _php_stream_read (streams.c:740)
==31568== by 0xB2DB4D: zif_fread (file.c:1751)
==31568== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31568== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31568== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31568== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31568== by 0xCAA557: php_execute_script (main.c:2494)
==31568== by 0xF45C87: do_cli (php_cli.c:988)
==31568== by 0xF472C4: main (php_cli.c:1364)
==31568==
==31569== Syscall param write(buf) points to uninitialised byte(s)
==31569== at 0xCFCA650: __write_nocancel (in /lib64/libc-2.12.so)
==31569== by 0xF436EC: sapi_cli_single_write (php_cli.c:270)
==31569== by 0xF43879: sapi_cli_ub_write (php_cli.c:305)
==31569== by 0xCCD54C: php_output_op (output.c:1079)
==31569== by 0xCCA4EB: php_output_write (output.c:255)
==31569== by 0xB8645C: php_var_dump (var.c:114)
==31569== by 0xB85E2C: php_array_element_dump (var.c:51)
==31569== by 0xD91D61: zend_hash_apply_with_arguments (zend_hash.c:772)
==31569== by 0xB86A09: php_var_dump (var.c:146)
==31569== by 0xB86D06: zif_var_dump (var.c:183)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== Address 0x14e785a0 is 0 bytes inside a block of size 56 alloc'd
==31569== at 0x4C2794E: malloc (vg_replace_malloc.c:270)
==31569== by 0xD2A9DD: _emalloc (zend_alloc.c:2423)
==31569== by 0xD2B13F: _estrndup (zend_alloc.c:2606)
==31569== by 0xD80609: add_next_index_string (zend_API.c:1422)
==31569== by 0x6DF4C1: ftp_raw (ftp.c:476)
==31569== by 0x6D9811: zif_ftp_raw (php_ftp.c:546)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569== by 0xF45C87: do_cli (php_cli.c:988)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A4E0: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DE601: ftp_quit (ftp.c:226)
==31569== by 0x6DDA28: zif_ftp_close (php_ftp.c:1355)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F9A51F: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DE601: ftp_quit (ftp.c:226)
==31569== by 0x6DDA28: zif_ftp_close (php_ftp.c:1355)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F99F91: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DE601: ftp_quit (ftp.c:226)
==31569== by 0x6DDA28: zif_ftp_close (php_ftp.c:1355)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
==31569== Conditional jump or move depends on uninitialised value(s)
==31569== at 0x8F99FA8: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31569== by 0x6E2756: my_recv (ftp.c:1295)
==31569== by 0x6E1FA8: ftp_readline (ftp.c:1182)
==31569== by 0x6E206D: ftp_getresp (ftp.c:1206)
==31569== by 0x6DE601: ftp_quit (ftp.c:226)
==31569== by 0x6DDA28: zif_ftp_close (php_ftp.c:1355)
==31569== by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==31569== by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==31569== by 0xDD33CC: execute (zend_vm_execute.h:410)
==31569== by 0xD77F06: zend_execute_scripts (zend.c:1315)
==31569== by 0xCAA557: php_execute_script (main.c:2494)
==31569==
Generated at Tue, 21 May 2013 17:04:51 +0000 (2 days ago)
|