Skip to content

Commit

Permalink
063-gtx-common-conf: adjust bitfilter to include frame 24/25, and see…
Browse files Browse the repository at this point in the history
… if we get collisions

Signed-off-by: Hans Baier <[email protected]>
  • Loading branch information
hansfbaier committed Feb 13, 2025
1 parent 2d49064 commit f05bebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/063-gtx-common-conf/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f05bebf

Please sign in to comment.