]> git.ipfire.org Git - thirdparty/bind9.git/commit
Mutate diff.tuples only through methods
authorAlessio Podda <alessio@isc.org>
Fri, 8 May 2026 12:45:07 +0000 (14:45 +0200)
committerAlessio Podda <alessio@isc.org>
Thu, 2 Jul 2026 11:31:57 +0000 (13:31 +0200)
commitb3752b59115dad7fca00086eeb041043400a1572
treea9c6ed821e73f29a2f5e5da7b9c2c387bfaed3bc
parent4e1c967009e8f3f97b53bf90260456302924bed7
Mutate diff.tuples only through methods

Mutating the underlying list in diff.tuples directly would not update
the size parameter of the tuples. With this commit we ensure that
the underlying list is updated only through methods that update the
size.
lib/dns/diff.c
lib/dns/include/dns/diff.h
lib/dns/journal.c
lib/dns/nsec3.c
lib/dns/update.c
lib/dns/xfrin.c
lib/dns/zone.c
lib/ns/update.c