]> granicus.if.org Git - php/commit
Fix bug #77390 (feof might hang on TLS streams in case of fragmented TLS records)
authorJakub Zelenka <bukka@php.net>
Thu, 17 Jan 2019 18:05:13 +0000 (18:05 +0000)
committerJakub Zelenka <bukka@php.net>
Fri, 25 Jan 2019 14:13:11 +0000 (14:13 +0000)
commitdc2ffdeed7d5c17eeb4f706f530eccafb425f92a
tree4273793f7b90dd9ff2c94a08d3a1025192894e33
parentd9b29029f9793ffdefbd575dd26cc54c78c0a1cf
Fix bug #77390 (feof might hang on TLS streams in case of fragmented TLS records)

Simplified version of the fix from Abyl Valg so credit to him.
NEWS
ext/openssl/tests/bug77390.phpt
ext/openssl/xp_ssl.c