Commit 08e5ed6
libvncserver: Handle 'Z_STREAM_END' in zlib stream decompression
According to zlib manual (https://zlib.net/manual.htm):
"inflate() returns Z_OK if some progress has been made (more input processed or more output produced),
Z_STREAM_END if the end of the compressed data has been reached and all uncompressed output has been produced"1 parent 5a464a2 commit 08e5ed6
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2184 | 2184 | | |
2185 | 2185 | | |
2186 | 2186 | | |
2187 | | - | |
| 2187 | + | |
| 2188 | + | |
2188 | 2189 | | |
2189 | 2190 | | |
2190 | 2191 | | |
| |||
0 commit comments