2
0
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:
Mark Andrews
2020-07-07 19:12:35 +10:00
parent 1c73ea491b
commit 827746e89b

View File

@@ -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.