]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add system test for HTTP/2 SETTINGS frame flood
authorAydın Mercan <aydin@isc.org>
Mon, 9 Mar 2026 12:48:34 +0000 (15:48 +0300)
committerMichał Kępień <michal@isc.org>
Thu, 7 May 2026 11:32:15 +0000 (13:32 +0200)
commitb794b4eeed404ac5ed2ed613295e6d20d1817359
tree01c3647aef7de3832cd03ec548f073e6341605e9
parent2e7e9f51dbc847b46994715dc68a209e1023d1aa
Add system test for HTTP/2 SETTINGS frame flood

Send a valid DoH query followed by a flood of SETTINGS frames to
trigger a use-after-free in the write buffer.  Under ASan, named
will abort if the bug is present.
bin/tests/system/doth/tests_malicious.py [new file with mode: 0644]