Skip to content

test: add fuzz harnesses for Meshtastic codec and protocol parsing #95

Description

@forkwright

Problem

kerykeion's Meshtastic codec parses binary protocol frames from untrusted radio input. The codec has good unit tests for malformed input rejection, but no fuzz testing to discover edge cases that hand-written tests miss.

Required

  1. fuzz/ directory with cargo-fuzz targets
  2. Targets for: Meshtastic frame decoding (codec.rs), protobuf-like message parsing, mesh packet routing decisions
  3. Seed corpus from the existing test fixtures
  4. Property tests (proptest) for codec round-trips: arbitrary valid frame → encode → decode → equals original

Impact

Radio protocol parsing handles untrusted input from the mesh network. A parsing bug could crash the collector or corrupt state.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions