OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3268-g04ddecc

Gerrit Code Review gerrit@openafs.org
Fri, 18 Jan 2013 04:26:37 -0800 (PST)


The following commit has been merged in the master branch:
commit 04ddecc1f2827463edf22857f9b19910ccc25e98
Author: Chas Williams (CONTRACTOR) <chas@cmf.nrl.navy.mil>
Date:   Wed Jan 16 21:16:31 2013 -0500

    LINUX: fix array indexing issue in memory statistics
    
    The comma is a sequence point and i gets incremented and then used.
    This results in writing past the end of the array by one (and failing
    to initialize the first element as well).
    
    Potential fix for RT ticket 131566.
    
    Change-Id: Iabe7e78961d1f5348bca75ca5b9e6e29d8554957
    Reviewed-on: http://gerrit.openafs.org/8914
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/afs/LINUX/osi_alloc.c   |    3 ++-
 src/afs/LINUX24/osi_alloc.c |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository