[PR #3099] [MERGED] fuzz: ignore NotAllRecordsWritten errors #3558

Closed
opened 2026-03-16 11:50:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3099
Author: @djc
Created: 6/30/2025
Status: Merged
Merged: 6/30/2025
Merged by: @djc

Base: mainHead: ignore-not-all-written


📝 Commits (2)

  • 28a575a fuzz: linearize message fuzzer
  • 0c763bd fuzz: ignore NotAllRecordsWritten errors

📊 Changes

1 file changed (+25 additions, -12 deletions)

View changed files

📝 fuzz/fuzz_targets/message.rs (+25 -12)

📄 Description

Since this fuzz test is about round-tripping, it seems useless to error when the input is too large to serialize.

Alternatively, we could return as soon as the fuzzed input is larger than a certain size?

Fixes https://issues.oss-fuzz.com/issues/428331347.


🔄 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/3099 **Author:** [@djc](https://github.com/djc) **Created:** 6/30/2025 **Status:** ✅ Merged **Merged:** 6/30/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `ignore-not-all-written` --- ### 📝 Commits (2) - [`28a575a`](https://github.com/hickory-dns/hickory-dns/commit/28a575a5d257066d965bc5091c15a2c4a2ba378a) fuzz: linearize message fuzzer - [`0c763bd`](https://github.com/hickory-dns/hickory-dns/commit/0c763bd5fc370858aa5843f80be209a065825c57) fuzz: ignore NotAllRecordsWritten errors ### 📊 Changes **1 file changed** (+25 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `fuzz/fuzz_targets/message.rs` (+25 -12) </details> ### 📄 Description Since this fuzz test is about round-tripping, it seems useless to error when the input is too large to serialize. Alternatively, we could return as soon as the fuzzed input is larger than a certain size? Fixes https://issues.oss-fuzz.com/issues/428331347. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:50:10 +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#3558
No description provided.