diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-11-08 20:49:50 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-11-08 20:49:50 +0000 |
| commit | 6d7bdc8def046d0e96fcb6df5256d044d4402bd1 (patch) | |
| tree | 1e5c1ff3e504a9e5275a5d80475dedf10cb82dca | |
| parent | 845ee63965a8139d67cbc8a5a40f0aa7c3b3423e (diff) | |
Notes
| -rw-r--r-- | sys/kern/imgact_elf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c index ff15a4657b25..27bcfbefeea1 100644 --- a/sys/kern/imgact_elf.c +++ b/sys/kern/imgact_elf.c @@ -520,6 +520,7 @@ __elfN(load_file)(struct proc *p, const char *file, u_long *addr, imgp->firstpage = NULL; imgp->image_header = (char *)kmem_alloc_wait(exec_map, PAGE_SIZE); imgp->object = NULL; + imgp->execlabel = NULL; if (imgp->image_header == NULL) { nd->ni_vp = NULL; |
