1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00
Files
archived-php-src/ext
Andrey Hristov 12a4dcf5dc Fix valgrind error (sending of initialized bytes over the network).
When the compression was successful the compressed data + uninitialized data
at the end was sent to the server, because the length of the compressed payload
wasn't correctly calculated (actually the length of the uncompressed payload as assumed).
However, the uncompress() function has internally the length of the real payload and skips
the binary trash at the end - thus no data damage occurs!
2011-08-31 18:18:23 +00:00
..
2011-07-25 11:35:02 +00:00
2011-08-31 07:10:17 +00:00
2011-07-25 11:35:02 +00:00
2011-07-25 11:35:02 +00:00
2011-07-25 11:35:02 +00:00
2011-07-25 11:35:02 +00:00
2011-07-25 11:35:02 +00:00
2011-08-01 01:00:57 +00:00
2011-08-01 04:29:37 +00:00
2011-08-31 08:58:12 +00:00
2011-08-01 01:00:57 +00:00
2011-07-25 11:35:02 +00:00
2011-08-08 00:07:54 +00:00
2011-08-08 00:07:54 +00:00
2011-08-01 03:42:02 +00:00
2011-08-26 07:40:31 +00:00
2011-08-31 07:34:07 +00:00
2011-07-25 11:35:02 +00:00
2011-08-16 12:13:35 +00:00
2011-07-25 11:35:02 +00:00
2011-07-25 11:35:02 +00:00
2011-08-31 04:24:48 +00:00