Hi João, Thank you for sending this patch! I don't believe it's correct, however.
On line 202, curcwd is malloced. Overwriting it prevents freeing it later, so this creates a memory leak. I suspect the later instance also has that issue. How exactly is getcwd() defined and used on Hurd? Thanks, John On Thu, Apr 10 2025, João Pedro Malhado wrote: > X-Debbugs-Cc: [email protected] > > Dear Maintainer, > > Would you consider the attached patch aiming to address the long standing FTBS > on the Hurd, and allow Hurd users to explore gopher space? > > Best regards, > João > > [2. text/x-diff; gopher-3.0.17.4-hurd.patch]...

