summaryrefslogtreecommitdiff
path: root/test/infcover.c
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2023-04-20 00:08:54 +0800
committeralk3pInjection <webmaster@raspii.tech>2023-04-20 00:08:54 +0800
commit004b98220a30de0d1956a8149d8bc6ec356667da (patch)
tree1eaee2603984d7ab4524be68b57ce0a2b2b72118 /test/infcover.c
parent2ca0d0b38b60e8d6d49a8959bf674a79e7d16f41 (diff)
parenta583e215afa2356e23b418efa871a1cc4348702a (diff)
Merge tag '2.0.7' into tachibanatachibana-mr1tachibana
Change-Id: I7b03d60d67d184c21ff7437a35062077666951e9
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;
}