Change #265591
| Category | None |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Mon 27 Apr 2026 12:09:09 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 13b6a6036cacef0523e1968a080403437d413de1 |
Comments
tool_dirhie: fix to create drive-relative directory Fix to create the top directory `foo` when specified as `X:foo\bar\filename`, on Windows and MS-DOS. Add test to verify. Caught by Codex Security Follow-up to 787ee935acd5867bdac836b2043b6095eed2c29e #16566 Closes #21449
Changed files
- src/tool_dirhie.c
- src/tool_dirhie.h
- tests/data/Makefile.am
- tests/data/test1720
- tests/tunit/Makefile.inc
- tests/tunit/tool1720.c