Date: Wed, 10 Dec 2003 10:48:05 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/mac_test mac_test.c Message-ID: <200312101848.hBAIm5to023705@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2003/12/10 10:48:05 PST FreeBSD src repository Modified files: sys/security/mac_test mac_test.c Log: interpvnodelabel can be NULL in mac_test_execve_transition(). This only turned up when running mac_test side by side with a transitioning policy such as SEBSD. Make the NULL testing match mac_test_execve_will_transition(), which already tested the vnode label pointer for NULL. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.39 +3 -1 src/sys/security/mac_test/mac_test.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312101848.hBAIm5to023705>