OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3253-gd9cc9c9

Gerrit Code Review gerrit@openafs.org
Sun, 6 Jan 2013 08:35:13 -0800 (PST)


The following commit has been merged in the master branch:
commit 0e83cde60e6e91fbe20ffac0f0a77afe8497d950
Author: Nickolai Zeldovich <nickolai@csail.mit.edu>
Date:   Sat Jan 5 23:44:55 2013 -0500

    ubik/udebug.c, vol/vol-info.c: check array index before dereferencing
    
    Avoid out-of-bounds array accesses by first checking that the index
    is in-bounds, and then dereferencing; not the other way around.
    
    Change-Id: Ib36a28ca6181a7a7fd602de45cb5a15fad099a44
    Reviewed-on: http://gerrit.openafs.org/8879
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/ubik/udebug.c  |    4 ++--
 src/vol/vol-info.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository