test_toolarge: clarified file doxy description

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-10-03 20:17:00 +03:00
parent 4be55403c1
commit 499de9db0c
+1 -1
View File
@@ -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.