Commit graph

3 commits

Author SHA1 Message Date
Benoît CORTIER
04924757cb test: extract fuzzing oracles into another crate 2023-05-11 19:41:11 -04:00
Benoît CORTIER
ccdd3825b0 refactor: connection sequence as state machine
- Connection sequence is now implemented as an instrumentable state
  machine

- Improved errors

Issue: ARC-146
Issue: ARC-133
2023-04-28 18:00:10 -04:00
Benoît Cortier
c949f5b46c
fix(graphics): harden RLE implementation (#86)
Mostly added bound checks in case an invalid RLE-compressed bitmap is
received. Implementation have been fuzzed for a few hours in order to
find blind spots.
2023-03-07 07:01:22 -05:00