Phkmalloc strikes again.

Found by:	asami
This commit is contained in:
Poul-Henning Kamp 1996-03-07 08:59:53 +00:00
parent 7041f8b545
commit 933fb911e5

View File

@ -127,7 +127,7 @@ rexec(rfd, wfd)
register RLIB *rp;
register long nsyms;
register int nr, symlen;
register char *strtab, *sym;
register char *strtab = 0, *sym;
struct exec ebuf;
struct nlist nl;
off_t r_off, w_off;