mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[GH-ISSUE #2030] Panic: "bad character in CAA issuer value" #854
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#854
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?
Originally created by @oherrala on GitHub (Sep 20, 2023).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2030
Running cargo-fuzz in this repo with #2025 PR included there's a crash:
The payload:
@bluejekyll commented on GitHub (Sep 20, 2023):
I really need to come up with an easier way for us to import fuzz crash reports into the project. On this one, it looks like this might be a test failure? The data appears to fail deserialization due to valid errors in the stream. I thought the fuzzing impl dealt with that. I'll have to take a look.
@bluejekyll commented on GitHub (Sep 20, 2023):
Ah, I see, this appears to be a round-tripping issue. I wonder if that's ultimately important or not for us... I'm not sure it's catching what we are most concerned with fuzz, which is bad data coming in off the wire and crashing the deserialization or causing issues at that time. The fuzz target seems to trip up on this round-trip logic often, and I'm not sure if it's an important detail. That is, this is bad data, it shouldn't be valid to construct it...
@divergentdave commented on GitHub (Apr 1, 2025):
This was fixed in #2373.