We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a2777 commit 8a6d7ffCopy full SHA for 8a6d7ff
1 file changed
tests/api.c
@@ -81244,7 +81244,10 @@ static int test_multiple_alerts_EAGAIN(void)
81244
* */
81245
wolfSSL_shutdown(ssl_c);
81246
81247
- size_of_last_packet = ssl_c->buffers.outputBuffer.length;
+
81248
+ if (ssl_c != NULL) {
81249
+ size_of_last_packet = ssl_c->buffers.outputBuffer.length;
81250
+ }
81251
81252
81253
/*
0 commit comments