mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 23:00:00 -04:00
Disable compression in dns_rdata_fromwire_text()
This commit is contained in:
parent
aa811801cb
commit
3e743da1bd
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
|||
* Convert rdata back to wire.
|
||||
*/
|
||||
CHECK(dns_compress_init(&cctx, -1, mctx));
|
||||
dns_compress_setsensitive(&cctx, true);
|
||||
dns_compress_disable(&cctx);
|
||||
isc_buffer_init(&target, towire, sizeof(towire));
|
||||
result = dns_rdata_towire(&rdata1, &cctx, &target);
|
||||
dns_compress_invalidate(&cctx);
|
||||
|
|
|
|||
Loading…
Reference in a new issue