Change #269889
| Category | wget |
| Changed by | jensonjohnathon <mail@jregg.de> |
| Changed at | Mon 08 Jun 2026 13:33:04 |
| Repository | https://gitlab.com/gnuwget/wget2.git |
| Project | wget2 |
| Branch | master |
| Revision | 81749acfb2c2672713f9b3de7064cb7170ba1ace |
Comments
Fix for a stack overflow during recursive parsing of local files * src/wget.c removed the recursion, parsing of localfiles is now a special job handeled by downloader_thread * src/wget_job.h added the new flag parse_only to indicate that the job shall only be parsed without sending any requests Copyright-paperwork-exempt: Yes
Changed files
- src/wget.c
- src/wget_job.h