OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_0pre2-11-g42993b3

Gerrit Code Review gerrit@openafs.org
Mon, 27 Nov 2017 23:50:11 -0500


The following commit has been merged in the openafs-stable-1_8_x branch:
commit 42993b3a33d53a6e16337d2ebe15539d0febdef1
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Mon Nov 6 17:37:46 2017 -0500

    tests: fix out of bounds access in the rx-event test
    
    Use the NUMEVENTS symbol which defines the array size instead of an
    incorrect hard coded number when checking if a second event can be added
    to be fired at the same time.  This fixes a potential out of bounds
    access of the event test array.
    
    Also update the comment which incorrectly mentions the incorrect number
    of events in the test.
    
    Reviewed-on: https://gerrit.openafs.org/12762
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    (cherry picked from commit 50a3eb7b7ee94bffaadc98429bd404164e89ec7f)
    
    Change-Id: I7a975e7498c1c7416a800c9294c97ee4de4fd57a
    Reviewed-on: https://gerrit.openafs.org/12779
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 tests/rx/event-t.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository