Change #266525
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Thu 07 May 2026 17:45:48 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | bagder/glob-range |
| Revision | ea96e747309b8d82233a27b2a60b476cc696e05b |
Comments
tool_urlglob: avoid overflow at end of range Due to how the range span globbing code works, a range that ends with 9223372036854775807 (the maximum signed 63 bit value) cannot be used as it triggers an integer overflow. Verified in test 2092 Reported-by: Andrew Nesbit
Changed files
- src/tool_urlglob.c
- tests/data/Makefile.am
- tests/data/test2092