Re: xplc: FTBFS on hurd-i386 (for review)

2012-09-01 Thread Pino Toscano
Alle giovedì 30 agosto 2012, Svante Signell ha scritto: On Thu, 2012-08-30 at 20:14 +0200, Samuel Thibault wrote: Svante Signell, le Thu 30 Aug 2012 19:07:19 +0200, a écrit : fname gets allocated at each while loop iteration, but only freed once later. You need to either just free

Re: xplc: FTBFS on hurd-i386 (for review)

2012-09-01 Thread Svante Signell
On Sat, 2012-09-01 at 19:42 +0200, Pino Toscano wrote: Alle giovedì 30 agosto 2012, Svante Signell ha scritto: On Thu, 2012-08-30 at 20:14 +0200, Samuel Thibault wrote: ... Just realloc the fname buffer if the new len is greater than the old one (which needs to be saved), otherwise the