]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix to set ede match in unit test for rr length removal.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 7 Sep 2023 12:59:13 +0000 (14:59 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 7 Sep 2023 12:59:13 +0000 (14:59 +0200)
Changelog note.

doc/Changelog

index e35f9c389694748066bc57eb0f9893cd131f090a..ef289dca41a966e1a04e77b01306ebf8cb8dad85 100644 (file)
@@ -3,6 +3,7 @@
          inappropriate size. They are removed from responses.
        - Fix to move msgparse_rrset_remove_rr code to util/msgparse.c.
        - Fix to add EDE text when RRs have been removed due to length.
+       - Fix to set ede match in unit test for rr length removal.
 
 6 September 2023: Wouter
        - Merge #931: Prevent warnings from -Wmissing-prototypes.