Opened 9 years ago
Closed 7 years ago
#331 closed defect (wontfix)
loadzone honoring @ within RDATA
Reported by: | jreed | Owned by: | UnAssigned |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | loadzone | Version: | |
Keywords: | Cc: | ||
CVSS Scoring: | Parent Tickets: | ||
Sensitive: | no | Defect Severity: | N/A |
Sub-Project: | DNS | Feature Depending on Ticket: | |
Estimated Difficulty: | 0.0 | Add Hours to Ticket: | 0 |
Total Hours: | 0 | Internal?: | no |
Description
From RFC 1035:
@ A free standing @ is used to denote the current origin.
BIND9 named-checkzone allows:
@ IN SOA @ hostmaster 0 10 20 30 5
b10-loadzone complains like:
Error reading zone file: Invalid SOA: @ hostmaster 0 10 20 30 5
Subtickets
Attachments (1)
Change History (10)
comment:1 Changed 9 years ago by zhanglikun
- Owner set to shentingting
- Status changed from new to assigned
Changed 9 years ago by shentingting
comment:2 Changed 9 years ago by shentingting
- Owner changed from shentingting to jreed
comment:3 Changed 9 years ago by jreed
- Status changed from assigned to reviewing
comment:4 Changed 9 years ago by jreed
- Owner changed from jreed to UnAssigned
This patch rr3304 works for me.
This needs a test and a changelog entry.
comment:5 Changed 9 years ago by jreed
- Owner changed from UnAssigned to jreed
- Status changed from reviewing to accepted
comment:6 Changed 9 years ago by jreed
- Owner changed from jreed to UnAssigned
- Status changed from accepted to assigned
comment:7 Changed 8 years ago by shane
- Defect Severity set to N/A
- Sub-Project set to DNS
Pity this never got merged, but oh well.
comment:8 Changed 7 years ago by jinmei
should be resolved with generic zone parser. recording in #2035 and closing for now.
comment:9 Changed 7 years ago by jinmei
- Resolution set to wontfix
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
okay, r3304 resolves this defect. please check! and I attached the master.diff file