mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 18:19:42 +00:00
Previously stack with buffer for test dns message went out of scope before the message was processed. For fuzz testing its better to avoid allocation, so let's avoid allocations completely and use simplest possible static buffer. Fixes: #3565