wok diff qemu/stuff/cloop.u @ rev 25216
updated python-pbr (5.4.5 -> 5.8.0)
author | Hans-Günter Theisgen |
---|---|
date | Wed Jul 13 15:29:05 2022 +0100 (2022-07-13) |
parents | cea6e929d21e |
children |
line diff
1.1 --- a/qemu/stuff/cloop.u Tue May 05 11:06:44 2020 +0000 1.2 +++ b/qemu/stuff/cloop.u Wed Jul 13 15:29:05 2022 +0100 1.3 @@ -185,7 +185,7 @@ 1.4 + size_t src_pos; 1.5 + size_t dest_pos; 1.6 + uint64_t memlimit; 1.7 -+ uint32_t outlen = s->zstream.total_out; 1.8 ++ uint32_t outlen = s->zstream.avail_out; 1.9 + 1.10 + switch (flag) { 1.11 + case CLOOP_COMPRESSOR_ZLIB: