OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_2-20-g82f9557

Gerrit Code Review gerrit@openafs.org
Fri, 21 Dec 2018 08:22:50 -0500


The following commit has been merged in the openafs-stable-1_8_x branch:
commit 82f9557c43f239c22fe1cb33d970392fdd049e29
Author: Mark Vitale <mvitale@sinenomine.net>
Date:   Tue Sep 11 15:59:41 2018 -0400

    budb: SBUDB_FindLatestDump should check result of FillDumpEntry
    
    FillDumpEntry may return an error, but FindLatestDump doesn't check its
    result.  Therefore, SBUDB_FindLatestDump may return invalid results.
    
    Instead, check the return code from FillDumpEntry and abort the call if
    it fails.
    
    Reviewed-on: https://gerrit.openafs.org/13312
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    (cherry picked from commit 2d8045d67686fbb80696b47b4a60e48e7e74fec9)
    
    Change-Id: I47328fc61c492c82ae5e0cce8ca3a292706c7413
    Reviewed-on: https://gerrit.openafs.org/13329
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/budb/procs.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository