Subject: Re: -current brokenness with dynamic executables
To: Chris G. Demetriou <cgd@netbsd.org>
From: Simon Burge <simonb@telstra.com.au>
List: current-users
Date: 01/06/1999 17:16:40
On 05 Jan 1999 21:32:45 -0800  Chris G. Demetriou wrote:

> if you change:
> 
>         *pos = 0;
> 
> on line 788 of exec_elf32.c to
> 
> 	*pos = ELFDEFNNAME(NO_ADDR);
> 
> i think it might do the right thing.

Woohoo, that worked.  Thanks.

Do you wanna commit it - I wouldn't even know what message to put ('cept
for "it works now" :)  I haven't deleted the "+ 1" in the malloc either.

Simon.