[PR #1606] [CLOSED] Add a Message fuzzing target #2455

Closed
opened 2026-03-16 08:54:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1606
Author: @saethlin
Created: 12/16/2021
Status: Closed

Base: mainHead: fuzzing


📝 Commits (1)

  • 7f74544 Add a Message fuzzing target

📊 Changes

3 files changed (+577 additions, -0 deletions)

View changed files

crates/proto/fuzz/Cargo.lock (+504 -0)
crates/proto/fuzz/Cargo.toml (+37 -0)
crates/proto/fuzz/fuzz_targets/message.rs (+36 -0)

📄 Description

Putting this up to assist in https://github.com/bluejekyll/trust-dns/pull/1605

My corpus, tar xf this in trust-dns/crates/proto and it'll unpack into the right directory. Then you can resume fuzzing with
cargo fuzz run message --sanitizer=none -- -max_len=1500 -use_value_profile=1 (flags optional but I like them for what we're doing here).
message.tar.gz


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1606 **Author:** [@saethlin](https://github.com/saethlin) **Created:** 12/16/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fuzzing` --- ### 📝 Commits (1) - [`7f74544`](https://github.com/hickory-dns/hickory-dns/commit/7f7454473a1fec3a57131a0aa0dfc3d86223e1d9) Add a Message fuzzing target ### 📊 Changes **3 files changed** (+577 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `crates/proto/fuzz/Cargo.lock` (+504 -0) ➕ `crates/proto/fuzz/Cargo.toml` (+37 -0) ➕ `crates/proto/fuzz/fuzz_targets/message.rs` (+36 -0) </details> ### 📄 Description Putting this up to assist in https://github.com/bluejekyll/trust-dns/pull/1605 My corpus, `tar xf` this in `trust-dns/crates/proto` and it'll unpack into the right directory. Then you can resume fuzzing with `cargo fuzz run message --sanitizer=none -- -max_len=1500 -use_value_profile=1` (flags optional but I like them for what we're doing here). [message.tar.gz](https://github.com/bluejekyll/trust-dns/files/7724120/message.tar.gz) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:54:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2455
No description provided.