[PR #1448] [MERGED] fix panic on name too long #2327

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1448
Author: @bluejekyll
Created: 4/10/2021
Status: Merged
Merged: 4/11/2021
Merged by: @bluejekyll

Base: mainHead: fix-panic-on-name-too-long


📝 Commits (1)

  • 6ea77f7 fix panic on name too long

📊 Changes

7 files changed (+127 additions, -89 deletions)

View changed files

📝 CHANGELOG.md (+5 -1)
📝 crates/client/src/rr/zone.rs (+19 -19)
📝 crates/proto/src/rr/dnssec/tbs.rs (+7 -12)
📝 crates/proto/src/rr/domain/name.rs (+48 -36)
📝 crates/proto/src/rr/domain/usage.rs (+8 -8)
📝 crates/resolver/src/async_resolver.rs (+16 -2)
📝 crates/server/tests/authority_battery/dynamic_update.rs (+24 -11)

📄 Description

fixes: #1447

@olix0r, unfortunately this will require breaking API changes, but this should fix the issue you reported.


🔄 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/1448 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 4/10/2021 **Status:** ✅ Merged **Merged:** 4/11/2021 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `fix-panic-on-name-too-long` --- ### 📝 Commits (1) - [`6ea77f7`](https://github.com/hickory-dns/hickory-dns/commit/6ea77f7316ccd3f702e0b2e38b8a012858af4108) fix panic on name too long ### 📊 Changes **7 files changed** (+127 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+5 -1) 📝 `crates/client/src/rr/zone.rs` (+19 -19) 📝 `crates/proto/src/rr/dnssec/tbs.rs` (+7 -12) 📝 `crates/proto/src/rr/domain/name.rs` (+48 -36) 📝 `crates/proto/src/rr/domain/usage.rs` (+8 -8) 📝 `crates/resolver/src/async_resolver.rs` (+16 -2) 📝 `crates/server/tests/authority_battery/dynamic_update.rs` (+24 -11) </details> ### 📄 Description fixes: #1447 @olix0r, unfortunately this will require breaking API changes, but this should fix the issue you reported. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:47:51 +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#2327
No description provided.