commit | f42e522731016ae8723365a7fe6feb72ee0fea1b | [log] [tgz] |
---|---|---|
author | Hans Baier <foss@hans-baier.de> | Wed Feb 12 12:01:14 2025 +0700 |
committer | Hans Baier <foss@hans-baier.de> | Thu Feb 13 17:20:08 2025 +0700 |
tree | 3f1ebe76efa6deada4c2b945ebdfc6e6c8c4396d | |
parent | 0a19140cbe40cbfbc33cc5cc470f50fb978fe1e5 [diff] |
063-gtx-common-conf: add bitfilter to avoid 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 16d85af..5121fa6 100644 --- a/fuzzers/063-gtx-common-conf/generate.py +++ b/fuzzers/063-gtx-common-conf/generate.py
@@ -40,6 +40,9 @@ if word < 44 or word > 56: return False + if frame < 30 or frame > 31: + return False + return True