1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00
Files
archived-php-src/main
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
..
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-08-30 16:07:54 +02:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2020-01-27 13:32:38 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2020-09-11 14:46:51 +02:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-08-27 14:34:35 +02:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2020-11-07 18:48:13 +00:00
2019-09-02 19:02:40 +03:00
2020-05-11 14:20:47 -07:00
2019-02-03 21:03:00 +01:00
2019-03-18 02:11:23 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00