mirror of
https://github.com/sol1/rustguac.git
synced 2026-09-10 01:26:06 +00:00
a2bbce73ee
libFuzzer+ASan+UBSan harness for guac_parser_append() — the C state machine that parses all Guacamole wire-format input in guacd. 3.2M iterations found no memory corruption; one non-exploitable signed integer overflow (UBSan) in the length prefix accumulator noted in FINDINGS.md. Also adds FINDINGS.md for the Rust protocol parser fuzzer documenting the UTF-8 boundary panic fix from v0.1.3. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>