cvs commit: src/sys/security/mac_bsdextended mac_bsdextended.c

Christian S.J. Peron csjp at FreeBSD.org
Mon Jan 23 20:11:46 PST 2006


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


More information about the cvs-src mailing list