The following commit has been merged in the openafs-stable-1_6_x branch:
commit e73905634170b2708386bc0697f87dad1614a4be
Author: Simon Wilkinson <[email protected]>
Date:   Thu Feb 28 17:14:20 2013 +0000

    afsmonitor: Fix multiple NUM_CM_STAT_ENTRIES overflows
    
    If an array is n elements long, accessing element array[n] is an
    overflow. Fix various places where we apply loop bounds incorrectly
    using the NUM_CM_STAT_ENTRIES constant.
    
    Caught by coverity (#985571, #985573)
    
    Reviewed-on: http://gerrit.openafs.org/9316
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    (cherry picked from commit 3beca62928665868294ec3e9d34ab63b41e12645)
    
    Change-Id: Icb2221409d7cd62a7efa229697eeb16146ad3ddd
    Reviewed-on: http://gerrit.openafs.org/11029
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/afsmonitor/afsmonitor.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to