commit | 9e486828a7f776e1fe396a72e3964b5b58189eaa | [log] [tgz] |
---|---|---|
author | Hans Baier <foss@hans-baier.de> | Thu Feb 13 14:43:27 2025 +0700 |
committer | Hans Baier <foss@hans-baier.de> | Thu Feb 13 17:20:08 2025 +0700 |
tree | 3b0ca25ea11d4f4ed96d2994f6a1c6273f1781e5 | |
parent | f42e522731016ae8723365a7fe6feb72ee0fea1b [diff] |
063-gtx-common-conf: adjust bitfilter to include frame 24/25, and see if we get collisions Signed-off-by: Hans Baier <foss@hans-baier.de>
diff --git a/fuzzers/063-gtx-common-conf/generate.py b/fuzzers/063-gtx-common-conf/generate.py index 5121fa6..c131613 100644 --- a/fuzzers/063-gtx-common-conf/generate.py +++ b/fuzzers/063-gtx-common-conf/generate.py
@@ -40,7 +40,7 @@ if word < 44 or word > 56: return False - if frame < 30 or frame > 31: + if frame < 24 or frame > 31: return False return True