mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +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);
|
||||
render(buf, DNS_MESSAGEFLAG_QR, key, &querytsig, &tsigout, NULL);
|
||||
assert_non_null(tsigout);
|
||||
|
||||
/*
|
||||
* Process response message 1.
|
||||
|
Reference in New Issue
Block a user