We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9f8a5 commit d5a7ccaCopy full SHA for d5a7cca
test/unit-test/core_http_utest.c
@@ -592,6 +592,9 @@ void test_Http_InitializeRequestHeaders_Insufficient_Memory()
592
HTTP_TEST_REQUEST_LINE_LEN ) != 0 );
593
}
594
595
+/**
596
+ * @brief Test HTTPInsufficientMemory with a path containing a null byte.
597
+ */
598
void test_Http_InitializeRequestHeaders_NullByteInPath()
599
{
600
HTTPStatus_t httpStatus = HTTPSuccess;
0 commit comments