Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 08:41:36 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20696 for review
Message-ID:  <200211051641.gA5Gfal6036173@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20696

Change 20696 by rwatson@rwatson_tislabs on 2002/11/05 08:40:47

	Initialize image exec label to NULL since pecoff's
	pecoff_load_file() interface behaves a lot like exec.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/compat/pecoff/imgact_pecoff.c#18 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/compat/pecoff/imgact_pecoff.c#18 (text+ko) ====

@@ -365,6 +365,7 @@
 	imgp->proc = td->td_proc;
 	imgp->userspace_argv = NULL;
 	imgp->userspace_envv = NULL;
+	imgp->execlabel = NULL;
 	imgp->attr = &attr;
 	imgp->firstpage = NULL;
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211051641.gA5Gfal6036173>