From b4ebd1c6e770f69841d35eab931a2df44a2e92ba Mon Sep 17 00:00:00 2001 From: Roy Oursler Date: Tue, 14 Nov 2017 13:36:44 -0700 Subject: [PATCH] igzip: Fix bug in igzip_rand_test where invalid flag is set Change-Id: I0d9418bcb48bd40e2fb8bb9105f38cffe77ba33d Signed-off-by: Roy Oursler --- igzip/igzip_rand_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/igzip/igzip_rand_test.c b/igzip/igzip_rand_test.c index 502cd13..9993199 100644 --- a/igzip/igzip_rand_test.c +++ b/igzip/igzip_rand_test.c @@ -1330,6 +1330,7 @@ int compress_stateless_full_flush(uint8_t * data, uint32_t data_size, uint8_t * stream.level = 0; stream.level_buf = NULL; stream.level_buf_size = 0; + stream.gzip_flag = 0; } stream.flush = FULL_FLUSH;