mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
use smaller buffers
This commit is contained in:
@@ -258,8 +258,8 @@ ATF_TC_BODY(wks, tc) {
|
|||||||
{ 0x00 }, 0, ISC_FALSE
|
{ 0x00 }, 0, ISC_FALSE
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
unsigned char buf1[1024*1024];
|
unsigned char buf1[1024];
|
||||||
unsigned char buf2[1024*1024];
|
unsigned char buf2[1024];
|
||||||
isc_buffer_t source, target1, target2;
|
isc_buffer_t source, target1, target2;
|
||||||
dns_rdata_t rdata;
|
dns_rdata_t rdata;
|
||||||
dns_decompress_t dctx;
|
dns_decompress_t dctx;
|
||||||
@@ -332,8 +332,8 @@ ATF_TC_BODY(isdn, tc) {
|
|||||||
{ 0x00 }, 0, ISC_FALSE
|
{ 0x00 }, 0, ISC_FALSE
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
unsigned char buf1[1024*1024];
|
unsigned char buf1[1024];
|
||||||
unsigned char buf2[1024*1024];
|
unsigned char buf2[1024];
|
||||||
isc_buffer_t source, target1, target2;
|
isc_buffer_t source, target1, target2;
|
||||||
dns_rdata_t rdata;
|
dns_rdata_t rdata;
|
||||||
dns_decompress_t dctx;
|
dns_decompress_t dctx;
|
||||||
|
Reference in New Issue
Block a user