PERFORCE change 71736 for review

Andrew Reisse areisse at FreeBSD.org
Thu Feb 24 16:02:36 GMT 2005


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

Change 71736 by areisse at areisse_tislabs on 2005/02/24 16:01:40

	Don't overwrite a pointer to a newly allocated label with
	a null.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/security/mac/mac_sysv_msg.c#5 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/security/mac/mac_sysv_msg.c#5 (text+ko) ====

@@ -101,7 +101,6 @@
 {
 
 	msqkptr->label = mac_sysv_msgqueue_label_alloc();
-	msqkptr->label = NULL;
 }
 
 static void


More information about the p4-projects mailing list