summaryrefslogtreecommitdiff
path: root/test/infcover.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/infcover.c')
-rw-r--r--test/infcover.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/infcover.c b/test/infcover.c
index 3446289..cc597f3 100644
--- a/test/infcover.c
+++ b/test/infcover.c
@@ -670,6 +670,10 @@ static void cover_fast(void) {
Z_STREAM_END);
}
+static void cover_cve_2022_37434(void) {
+ inf("1f 8b 08 04 61 62 63 64 61 62 52 51 1f 8b 08 04 61 62 63 64 61 62 52 51 1f 8b 08 04 61 62 63 64 61 62 52 51 1f 8b 08 04 61 62 63 64 61 62 52 51", "wtf", 13, 47, 12, Z_OK);
+}
+
int main(void) {
fprintf(stderr, "%s\n", zVersion());
cover_support();
@@ -678,5 +682,6 @@ int main(void) {
cover_inflate();
cover_trees();
cover_fast();
+ cover_cve_2022_37434();
return 0;
}