aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_toolarge.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-10-03 20:17:00 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-10-03 20:17:00 +0300
commit499de9db0cba6d33ca3b3ba03042fd3daf2fc42b (patch)
tree8e3504a48d962175ff63e9122a447f2bf901883d /src/testcurl/test_toolarge.c
parent4be55403c1219b6473fee8874bb00f531f95bd67 (diff)
downloadlibmicrohttpd-499de9db0cba6d33ca3b3ba03042fd3daf2fc42b.tar.gz
libmicrohttpd-499de9db0cba6d33ca3b3ba03042fd3daf2fc42b.zip
test_toolarge: clarified file doxy description
Diffstat (limited to 'src/testcurl/test_toolarge.c')
-rw-r--r--src/testcurl/test_toolarge.c2
1 files changed, 1 insertions, 1 deletions
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 @@
23 * @brief Testcase for handling of data larger then buffers. 23 * @brief Testcase for handling of data larger then buffers.
24 * @details Testcases for handling of various situations when data cannot fit 24 * @details Testcases for handling of various situations when data cannot fit
25 * the buffers. Address sanitizers and debug asserts should increase 25 * the buffers. Address sanitizers and debug asserts should increase
26 * number of problems detected by this test. 26 * number of problems detected by this test (detect actual overrun).
27 * Tests start with valid sizes to ensure that normal data is processed 27 * Tests start with valid sizes to ensure that normal data is processed
28 * correctly and then sizes are monotonically increased to ensure that 28 * correctly and then sizes are monotonically increased to ensure that
29 * overflow is handled correctly at all stages in all codepaths. 29 * overflow is handled correctly at all stages in all codepaths.