From f05bebf0b26df6e6ccc0acb07936271c1731317c Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Thu, 13 Feb 2025 14:43:27 +0700 Subject: [PATCH] 063-gtx-common-conf: adjust bitfilter to include frame 24/25, and see if we get collisions Signed-off-by: Hans Baier --- fuzzers/063-gtx-common-conf/generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/063-gtx-common-conf/generate.py b/fuzzers/063-gtx-common-conf/generate.py index 5121fa640..c131613e5 100644 --- a/fuzzers/063-gtx-common-conf/generate.py +++ b/fuzzers/063-gtx-common-conf/generate.py @@ -40,7 +40,7 @@ def bitfilter_gtx_common(frame, bit): if word < 44 or word > 56: return False - if frame < 30 or frame > 31: + if frame < 24 or frame > 31: return False return True