Add CHANGES for [GL #1794] and [GL #4459]

(cherry picked from commit 9b5ed853d0)
This commit is contained in:
Mark Andrews 2023-12-15 19:37:20 +11:00
parent b9fc29cb95
commit d5aa22ec74

View file

@ -1,3 +1,11 @@
6312. [bug] Conversion from NSEC3 signed to NSEC signed could
temporarily put the zone into a state where it was
treated as unsigned until the NSEC chain was built.
Additionally conversion from one set of NSEC3 parameters
to another could also temporarily put the zone into a
state where it was treated as unsigned until the new
NSEC3 chain was built. [GL #1794] [GL #4495]
6310. [bug] Memory leak in zone.c:sign_zone. When named signed a
zone it could leak dst_keys due to a misplaced
'continue'. [GL #4488]