Skip to content

lib/dnssec: allow validating some RRsets around 64 KiB size

Vladimír Čunát requested to merge validate-large-rrsets into 6.0
  • only with libknot >= 3.4 though (which is not released yet)
  • use stack instead of static buffer (saves RAM; see code comment)

Merge request reports