mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
Assert tsigout is non-NULL
This commit is contained in:
@@ -317,6 +317,7 @@ tsig_tcp_test(void **state) {
|
|||||||
*/
|
*/
|
||||||
isc_buffer_allocate(dt_mctx, &buf, 65535);
|
isc_buffer_allocate(dt_mctx, &buf, 65535);
|
||||||
render(buf, DNS_MESSAGEFLAG_QR, key, &querytsig, &tsigout, NULL);
|
render(buf, DNS_MESSAGEFLAG_QR, key, &querytsig, &tsigout, NULL);
|
||||||
|
assert_non_null(tsigout);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Process response message 1.
|
* Process response message 1.
|
||||||
|
Reference in New Issue
Block a user