• v0.1.2 c42aa96d49

    zdns v0.1.2 Stable

    gitea_admin released this 2026-06-27 18:08:02 +00:00 | 39 commits to main since this release

    Security

    • PacketReader.readBlob / skip: use an overflow-safe bound check
      (len > packet.len -| pos instead of pos + len > packet.len) so a malformed
      or underflowed length can no longer wrap pos + len past the packet end —
      which panicked in safe builds (a DoS on a crafted packet) or read out of
      bounds otherwise. Defense-in-depth for the wire parser.
    Downloads