aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_toolarge.c
Commit message (Collapse)AuthorAge
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
| | | | | | | | The argument is actually request-specific, not connection specific. The name was confusing. Fixed related documentation and clarified usage. Also fixed code where argument named 'unused' was actually used.
* tests: simplified libcurl HTTP settingsEvgeny Grin (Karlson2k)2022-01-12
|
* testcurl tests: updated to use test helpers in local headersEvgeny Grin (Karlson2k)2022-01-12
|
* tests: fixed libcurl HTTP/1.0 / HTTP/1.1 settingEvgeny Grin (Karlson2k)2022-01-10
|
* test_{tricky,toolarge}: minor improvementEvgeny Grin (Karlson2k)2021-11-06
|
* test_{tricky,toolarge}: fixed code styleEvgeny Grin (Karlson2k)2021-11-06
|
* tests: fixed copy-paste error in reportEvgeny Grin (Karlson2k)2021-11-06
|
* test_toolarge: removed debugging leftoversEvgeny Grin (Karlson2k)2021-10-13
|
* test_toolarge: fixed incorrect timeout value used for debuggingEvgeny Grin (Karlson2k)2021-10-10
|
* Added custom memory poisoning for MemoryPoolEvgeny Grin (Karlson2k)2021-10-10
|
* Added support for "noreturn" function declaration.Evgeny Grin (Karlson2k)2021-10-04
| | | | It should help static analyzer to properly detect code paths.
* test_toolarge: fixed possible NULL dereference with possible test extensionEvgeny Grin (Karlson2k)2021-10-03
|
* test_toolarge: fixed leak of the test memory allocationEvgeny Grin (Karlson2k)2021-10-03
|
* test_toolarge: clarified file doxy descriptionEvgeny Grin (Karlson2k)2021-10-03
|
* Added set of test test_toolargeEvgeny Grin (Karlson2k)2021-10-03
Added a set of tests for checking of possible buffer overflow / overrun but using range of sizes for request and response elements starting for valid ranges. Tests are designed with thorough and detailed checking of all parameters provided and detected by MHD.