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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to