PERFORCE change 20696 for review

Robert Watson rwatson at freebsd.org
Tue Nov 5 16:41:36 GMT 2002


http://perforce.freebsd.org/chv.cgi?CH=20696

Change 20696 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list