mirror of
https://github.com/intel/isa-l.git
synced 2025-10-28 11:31:51 +01:00
igzip: Modify igzip to ignore matches which are shorter than 4
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com> Reviewed-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
@@ -124,7 +124,7 @@ extern "C" {
|
||||
#define HASH_SIZE IGZIP_D
|
||||
#define HASH_MASK (HASH_SIZE - 1)
|
||||
|
||||
#define SHORTEST_MATCH 3
|
||||
#define SHORTEST_MATCH 4
|
||||
|
||||
#define IGZIP_MAX_DEF_HDR_SIZE 328
|
||||
|
||||
|
||||
Reference in New Issue
Block a user