Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the URI and CAA record types #3173

Merged
merged 4 commits into from
Mar 15, 2016
Merged

Conversation

pieterlexis
Copy link
Contributor

Needs review.

@pieterlexis
Copy link
Contributor Author

Could use a review

if(lenField)
stop_at = (uint8_t)d_content.at(d_pos) + d_pos + 1;
if(stop_at == 0)
stop_at = d_recordlen;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the roundabout way with the zero?

@Habbie
Copy link
Member

Habbie commented Mar 15, 2016

One nit. Code changes look fine otherwise. Did not verify actual implementation/operation of the types.

This option (true by default) tells the writer/parser to add/read a
byte that is the length of the data following.
Habbie added a commit that referenced this pull request Mar 15, 2016
Add the URI and CAA record types
@Habbie Habbie merged commit f785e9f into PowerDNS:master Mar 15, 2016
@pieterlexis pieterlexis deleted the uri-and-caa branch March 15, 2016 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants