OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3546-gff8bae8

Gerrit Code Review gerrit@openafs.org
Thu, 28 Feb 2013 16:21:14 -0800 (PST)


The following commit has been merged in the master branch:
commit ff8bae8938532d95f792258d2c520705e095e7af
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu Feb 28 13:45:00 2013 +0000

    Unix CM: Don't overflow ICL logs array
    
    When checking whether a user supplied index into the ICL logs array
    is out of bounds, we need to check whether it is greater or equal
    to the maxmimum number of elements. Otherwise we can access one
    more than the number of elements in the array.
    
    Caught by coverity (#985567)
    
    Change-Id: Id90f02eae1d5689b9b2c9a82bce0e503941387da
    Reviewed-on: http://gerrit.openafs.org/9311
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/afs/afs_icl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository