]> git.ipfire.org Git - thirdparty/dnspython.git/commit
fix error when parsing nsec3 bitmap from text 263/head
authorFilip Široký <filip.siroky@nic.cz>
Thu, 13 Jul 2017 15:01:19 +0000 (17:01 +0200)
committerFilip Široký <filip.siroky@nic.cz>
Tue, 15 Aug 2017 13:19:25 +0000 (15:19 +0200)
commitb866ed8ad44d48e0c9cdabf0d03d9198db20157f
tree158172f136ae6f91da7a6fbc8a59b0dac24b3646
parent6b11f2677fe6d4da653a85512ab73fa31c27214f
fix error when parsing nsec3 bitmap from text

Exception is raised when parsing nsec3 bitmap into multiple windows
Add test to prove the change fixes the issue
dns/rdtypes/ANY/NSEC3.py
tests/test_nsec3.py [new file with mode: 0644]