Forked from
Knot projects / Knot DNS
11474 commits behind the upstream repository.
-
Jan Kadlec authored
- Added new public alloc helper functions to mempattern.h. - RRSet owners are not allocated using memctx, because they might be dropped later and because DNAME has no memctx API. - Only packet had its own memctx at the time of writing. Later, most RRSet operations should use custom allocators, for now, no allocator is used.
Jan Kadlec authored- Added new public alloc helper functions to mempattern.h. - RRSet owners are not allocated using memctx, because they might be dropped later and because DNAME has no memctx API. - Only packet had its own memctx at the time of writing. Later, most RRSet operations should use custom allocators, for now, no allocator is used.
rrset.c 56.89 KiB