Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2005 16:02:34 GMT
From:      Andrew Reisse <areisse@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 71736 for review
Message-ID:  <200502241602.j1OG2Y94064626@repoman.freebsd.org>

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

Change 71736 by areisse@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



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