Date: Sun, 15 Jan 2006 01:02:20 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/mac_bsdextended mac_bsdextended.c Message-ID: <200601150102.k0F12KXU029088@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2006-01-15 01:02:20 UTC
FreeBSD src repository
Modified files:
sys/security/mac_bsdextended mac_bsdextended.c
Log:
Fix potential overrun of static stack allocated array which stores
the rules. If an array is N elements large, we can only access
elements 0..(N-1).
MFC after: 1 week
Found with: Coverity Prevent(tm)
Revision Changes Path
1.27 +1 -1 src/sys/security/mac_bsdextended/mac_bsdextended.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601150102.k0F12KXU029088>
