Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

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

View as Markdown

Module
control
Package
libtmux
Source
crates/libtmux/src/control.rs
__fuzz_parse_control_line ( line : &[u8] )
function [source]
function [source]
__fuzz_parse_control_line

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::parse without it becoming public -- and it is gated behind a feature no release turns on.

0 declared, 0 inherited

Esc

Type to search.