1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
Adam Seitz 70dfbe0068 Fix #80384: limit read buffer size
In the case of a stream with no filters, php_stream_fill_read_buffer
only reads stream->chunk_size into the read buffer. If the stream has
filters attached, it could unnecessarily buffer a large amount of data.

With this change, php_stream_fill_read_buffer only proceeds until either
the requested size or stream->chunk_size is available in the read buffer.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-6444.
2020-12-23 13:49:56 +01:00
..
2018-10-14 19:45:12 +02:00
2018-10-14 19:45:12 +02:00
2018-10-14 19:45:12 +02:00
2018-10-14 19:45:12 +02:00
2018-10-14 19:45:12 +02:00
2018-10-14 19:45:12 +02:00
2018-10-14 19:45:12 +02:00
2018-10-14 19:46:15 +02:00
2018-10-14 19:46:15 +02:00
2018-10-14 19:46:15 +02:00
2018-10-14 19:46:15 +02:00
2018-10-14 19:46:15 +02:00
2018-10-14 19:46:15 +02:00
2020-09-26 23:47:04 -07:00
2020-09-26 23:47:04 -07:00
2019-09-30 17:51:41 +02:00
2016-11-20 22:31:24 +01:00
2013-09-10 13:14:02 +02:00
2013-09-10 13:14:02 +02:00
2013-09-10 13:14:02 +02:00
2013-09-10 13:14:02 +02:00
2013-09-10 13:14:02 +02:00
2013-09-10 13:14:02 +02:00
2016-11-20 22:31:24 +01:00
2019-05-27 10:51:53 +02:00
2019-12-05 11:19:23 +01:00
2019-12-05 11:19:23 +01:00
2019-12-05 11:19:23 +01:00
2019-12-05 11:19:23 +01:00
2019-12-05 11:19:23 +01:00
2019-12-05 11:19:23 +01:00
2019-12-05 11:19:23 +01:00
2019-12-05 11:19:23 +01:00