mirror of
https://github.com/intel/isa-l.git
synced 2025-02-21 06:37:40 +01:00
igzip: Initialize avail_in in igzip_cli compress
Change-Id: I2c03c12c4afdc4118fc8dccb04229b9e70d7a610 Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
This commit is contained in:
parent
8195446d19
commit
f76288339a
@ -472,6 +472,7 @@ int compress_file(void)
|
||||
gz_hdr.name_buf_len = infile_name_len + 1;
|
||||
|
||||
isal_deflate_init(&stream);
|
||||
stream.avail_in = 0;
|
||||
stream.flush = NO_FLUSH;
|
||||
stream.level = level;
|
||||
stream.level_buf = level_buf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user