The following commit has been merged in the openafs-stable-1_8_x branch:
commit 82f9557c43f239c22fe1cb33d970392fdd049e29
Author: Mark Vitale <[email protected]>
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 <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit 2d8045d67686fbb80696b47b4a60e48e7e74fec9)
    
    Change-Id: I47328fc61c492c82ae5e0cce8ca3a292706c7413
    Reviewed-on: https://gerrit.openafs.org/13329
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Marcio Brito Barbosa <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

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

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

Reply via email to