Date: Sun, 24 Apr 2005 15:55:53 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 75885 for review Message-ID: <200504241555.j3OFtr2J091032@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=75885 Change 75885 by rwatson@rwatson_paprika on 2005/04/24 15:55:30 Don't expose ev_cache to the world. Affected files ... .. //depot/projects/trustedbsd/openbsm/libbsm/bsm_mask.c#2 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_mask.c#2 (text+ko) ==== @@ -42,7 +42,7 @@ * exits. This may or may not be a problem as far as absolute memory usage * goes, but at least there don't appear to be any leaks in using the cache. */ -LIST_HEAD(, audit_event_map) ev_cache; +static LIST_HEAD(, audit_event_map) ev_cache; static int load_event_table() {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504241555.j3OFtr2J091032>