2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 18:19:42 +00:00
Ondřej Surý 16377100ae
Fix stack-use-after-scope in dns_message_checksig test
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
2022-09-27 13:06:01 +02:00
..
2022-09-26 16:28:23 +02:00
2022-02-24 11:12:02 +01:00
2022-09-27 11:21:38 +02:00
2022-09-26 16:28:23 +02:00