mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #1626] [MERGED] Make message round trip for fuzzing #2469
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#2469
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/1626
Author: @bluejekyll
Created: 2/5/2022
Status: ✅ Merged
Merged: 2/7/2022
Merged by: @djc
Base:
main← Head:make-message-round-trip-for-fuzzing📝 Commits (10+)
2324d04Add a Message fuzzing target3412242moved fuzz to a top-level-directoryf001373Add failing test from round-trip fuzzing9aef9a5Fix failing test250db06Make Record's Default impl consistentaddee27Do not use NULL rdata with ZERO rtype7cb405dfirst pass, make RData optional in Record1df52beadd assert that all data in rd_length is consumed022a679ensure ZERO RData length is always verified82aaf89remove deprecated uses of Record::rdata📊 Changes
62 files changed (+1344 additions, -534 deletions)
View changed files
📝
.gitignore(+4 -0)📝
Cargo.lock(+2 -2)📝
Cargo.toml(+2 -0)📝
Makefile.toml(+1 -0)📝
bin/benches/comparison_benches.rs(+1 -1)📝
bin/tests/named_tests.rs(+2 -2)📝
bin/tests/server_harness/mod.rs(+3 -3)📝
crates/client/README.md(+1 -1)📝
crates/client/src/client/async_client.rs(+2 -7)📝
crates/client/src/lib.rs(+3 -3)📝
crates/client/src/op/update_message.rs(+1 -1)📝
crates/client/src/rr/dnssec/signer.rs(+34 -16)📝
crates/client/src/rr/dnssec/tsig.rs(+1 -1)📝
crates/client/src/serialize/txt/parse_rdata.rs(+1 -0)📝
crates/client/src/serialize/txt/rdata_parsers/svcb.rs(+4 -2)📝
crates/client/src/serialize/txt/zone.rs(+2 -2)📝
crates/proto/src/https/https_client_stream.rs(+16 -20)📝
crates/proto/src/op/edns.rs(+6 -5)📝
crates/proto/src/op/message.rs(+9 -0)📝
crates/proto/src/rr/dnssec/rdata/tsig.rs(+3 -3)...and 42 more files
📄 Description
@saethlin, I'm finally picking this back up. I restructured the directories in your fuzz layout, but otherwise this directly copies your work in #1606
closes: #1606
closes: #1605
Fixes: #1571
Fixes: #1570
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.