Date: Tue, 24 Jan 2006 04:11:45 +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: <200601240411.k0O4BkWj059935@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2006-01-24 04:11:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/security/mac_bsdextended mac_bsdextended.c Log: MFC revision 1.27 date: 2006/01/15 01:02:20; author: csjp; state: Exp; lines: +1 -1 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). Revision Changes Path 1.25.2.2 +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?200601240411.k0O4BkWj059935>