OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3559-gff7fd58

Gerrit Code Review gerrit@openafs.org
Sun, 3 Mar 2013 19:02:28 -0800 (PST)


The following commit has been merged in the master branch:
commit ff7fd58b49a41bf85df492b9f470004d4433800e
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Mar 1 11:31:31 2013 +0000

    unlog: Don't overflow cells array
    
    cells has a maximum size of MAXCELLS. Doing cells[MAXCELLS] overflows
    that array. Clamp our maximum number of cells at one below this to
    avoid the overflow.
    
    Caught by coverity (#98551)
    
    Change-Id: I45fd8a55e31ad7ea86a996b593359536c7078891
    Reviewed-on: http://gerrit.openafs.org/9324
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

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

-- 
OpenAFS Master Repository