Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2004 23:08:46 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 63608 for review
Message-ID:  <200410232308.i9NN8k0k032761@repoman.freebsd.org>

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

Change 63608 by rwatson@rwatson_tislabs on 2004/10/23 23:08:31

	Don't leak "delim" symbol.

Affected files ...

.. //depot/projects/trustedbsd/audit3/contrib/bsm/lib/bsm_flags.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/contrib/bsm/lib/bsm_flags.c#4 (text+ko) ====

@@ -31,7 +31,7 @@
 
 #include <libbsm.h>
 
-char *delim = ",";
+static char *delim = ",";
 
 /*
  * Convert the character representation of audit values 



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