mirror of
https://github.com/curl/curl.git
synced 2026-04-30 05:57:51 +03:00
- Use 32767-1 instead of PATH_MAX-1 (260-1) as the maximum allowable length of a path in Windows. Prior to this change the path sanitizer in Windows used 32767-1 as the maximum length only for paths that had the "\\" prefix like "\\?\longpath". Since then we added some workarounds to open longer paths without "\\?\" prefix by normalizing the path and adding that prefix, and the sanitizer is called before the prefix is added. Bug: https://github.com/curl/curl/issues/20044 Reported-by: Viktor Szakats Closes https://github.com/curl/curl/pull/20046 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Makefile.am | ||
| Makefile.inc | ||
| README.md | ||
| tool1394.c | ||
| tool1604.c | ||
| tool1621.c | ||
Tool unit tests
This directory is for unit testing of tool functions. They are separate from libcurl unit tests, because how these live/work outside of the library and the libcurl unit tests live/work inside.