Giter Club home page Giter Club logo

Comments (3)

yarrick avatar yarrick commented on May 12, 2024

Yes, this seems wrong. The same happens when I test it.

from iodine.

yarrick avatar yarrick commented on May 12, 2024

I tested with IPv6 which gave a hint:

dig ovca.ml -t NS @::1

; <<>> DiG 9.11.20-RedHat-9.11.20-1.fc32 <<>> ovca.ml -t NS @::1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36116
;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;ovca.ml.			IN	NS

;; ANSWER SECTION:
ovca.ml.		3600	IN	NS	ns.ovca.ml.

;; ADDITIONAL SECTION:
ns.ovca.ml.		3600	IN	A	10.0.0.0

;; Query time: 0 msec
;; SERVER: ::1#53(::1)
;; WHEN: Thu Jul 23 21:10:41 CEST 2020
;; MSG SIZE  rcvd: 58

2 = AF_INET and 10 = AF_INET6 on Linux.

The code encoding the reply in src/dns.c was not updated after q->destination
changed its type to struct sockaddr_storage. Submitting fix.

from iodine.

yarrick avatar yarrick commented on May 12, 2024

Thanks for the bug report!

from iodine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.