Skip to content

return RecvError::Truncated when calling recv_slice with a small buffer #1444

return RecvError::Truncated when calling recv_slice with a small buffer

return RecvError::Truncated when calling recv_slice with a small buffer #1444

Workflow file for this run

on:
pull_request:
merge_group:
name: Fuzz
jobs:
fuzz:
runs-on: ubuntu-22.04
env:
RUSTUP_TOOLCHAIN: nightly
steps:
- uses: actions/checkout@v2
- name: Install cargo-fuzz
run: cargo install cargo-fuzz
- name: Fuzz
run: cargo fuzz run packet_parser -- -max_len=1536 -max_total_time=30