control.__fuzz_parse_control_line
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- control
- Package
- libtmux
- Source
- crates/libtmux/src/control.rs
-
Parse one control-mode protocol line, for fuzzing only.
The parser is the crate's most exposed surface: it reads bytes from a process that keeps running, and every other decoder sits behind a tmux command that ended. Nothing here is a supported API -- it exists so a fuzzer can reach
Line::parsewithout it becoming public -- and it is gated behind a feature no release turns on.
0 declared, 0 inherited