[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wget2 | Stack overflow downloading a deepy nested website (#659)
From: |
@rockdaboot |
Subject: |
Re: wget2 | Stack overflow downloading a deepy nested website (#659) |
Date: |
Thu, 09 May 2024 17:18:58 +0000 |
Tim Rühsen commented:
https://gitlab.com/gnuwget/wget2/-/issues/659#note_1899578525
Ouch. I think you are right with the assumption about the deep nesting. We have
an unbounded recursion here... which should not be. We have to move the
required stack onto the heap. Regarding wget 1.x, I assume it takes less stack
space per recursion and thus succeeds (but the problem can still happen with
deeper nesting).
--
Reply to this email directly or view it on GitLab:
https://gitlab.com/gnuwget/wget2/-/issues/659#note_1899578525
You're receiving this email because of your account on gitlab.com.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: wget2 | Stack overflow downloading a deepy nested website (#659),
@rockdaboot <=