commit 499de9db0cba6d33ca3b3ba03042fd3daf2fc42b
parent 4be55403c1219b6473fee8874bb00f531f95bd67
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 3 Oct 2021 20:17:00 +0300
test_toolarge: clarified file doxy description
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testcurl/test_toolarge.c b/src/testcurl/test_toolarge.c
@@ -23,7 +23,7 @@
* @brief Testcase for handling of data larger then buffers.
* @details Testcases for handling of various situations when data cannot fit
* the buffers. Address sanitizers and debug asserts should increase
- * number of problems detected by this test.
+ * number of problems detected by this test (detect actual overrun).
* Tests start with valid sizes to ensure that normal data is processed
* correctly and then sizes are monotonically increased to ensure that
* overflow is handled correctly at all stages in all codepaths.