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

Christian S.J. Peron csjp at FreeBSD.org
Sat Jan 14 17:02:21 PST 2006


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


More information about the cvs-all mailing list