From 499de9db0cba6d33ca3b3ba03042fd3daf2fc42b Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sun, 3 Oct 2021 20:17:00 +0300 Subject: [PATCH] test_toolarge: clarified file doxy description --- src/testcurl/test_toolarge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testcurl/test_toolarge.c b/src/testcurl/test_toolarge.c index daa8d7d8..30f9009d 100644 --- 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.