minorsecond / minorsecond/AXTerm
TICKET 0.1 — Fix KISS Crash / Hardening
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.