minorsecond / minorsecond/AXTerm

TICKET 0.1 — Fix KISS Crash / Hardening

Open
#43 0 comments 0 reactions 1 assignee View on GitHub

@minorsecond is already working on this.

Since Feb 6, 2026.

bug
Dominant language
Swift
Stars
0
Forks
0
Avg merge
4d 2h
Merged PRs (30d)
1

Description

TICKET 0.1 — Fix KISS Crash / Hardening

Priority

🚨 Tier 0 — Ship Blocker

Goal

Eliminate all crash conditions caused by malformed, partial, reordered, or unexpected KISS frames.

Scope

  • Defensive parsing of all incoming KISS data
  • Graceful handling of:
    • partial frames
    • invalid escape sequences
    • oversized payloads
    • unexpected disconnects
  • Ensure AXTerm cannot crash Direwolf or itself under any input conditions

Acceptance Criteria

  • AXTerm never crashes when fed malformed KISS input
  • Direwolf remains stable under rapid connect/disconnect cycles
  • Errors are logged, not fatal
  • UI remains responsive during failures

Out of Scope

  • Performance optimizations
  • New protocol features

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.