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

par empty string NS reccord #13

Closed
wants to merge 1 commit into from

Conversation

etienneroudeix
Copy link

Currently the parser failed when parsing an empty string as NS response.

ie :

$ dig ns iridosite.fr

; <<>> DiG 9.8.3-P1 <<>> ns iridosite.fr
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25421
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;iridosite.fr.                  IN      NS

;; ANSWER SECTION:
iridosite.fr.           3600    IN      NS      ns1.agom.fr.
iridosite.fr.           3600    IN      NS      .

;; Query time: 32 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Mon Apr 10 14:27:42 2017
;; MSG SIZE  rcvd: 66

@DaveRandom
Copy link
Owner

Closing as this has already been addressed for v3

@DaveRandom DaveRandom closed this Jan 27, 2018
@kelunik
Copy link
Collaborator

kelunik commented Jan 27, 2018

This has actually already been addressed in v2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants