]> git.ipfire.org Git - thirdparty/bind9.git/commit
use a union for resp and qmin data
authorEvan Hunt <each@isc.org>
Sat, 17 Jan 2026 04:59:08 +0000 (20:59 -0800)
committerColin Vidal <colin@isc.org>
Tue, 10 Feb 2026 07:50:16 +0000 (08:50 +0100)
commitfeed0fb43c6fa4bdd43e95b82e72181f7b77d31f
tree887a6ed7603c9d7c77bfccd6a781e66507c5df2e
parentfd526c0ad0e3251035a25677511bd0daa733173f
use a union for resp and qmin data

It's potentially confusing to use "resp_rdataset" for QNAME
minimization, but we can make it a union and have resp.rdataset
and qmin.rdataset using the same memory.

We can save even more space by using the same union to combine
qminname and resp_foundname and access them as qmin.name and
resp.foundname.
lib/dns/resolver.c