PERFORCE change 71736 for review
Andrew Reisse
areisse at FreeBSD.org
Thu Feb 24 16:02:34 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
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