OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_5-5-gc8762d8

Gerrit Code Review gerrit@openafs.org
Sat, 25 Jan 2020 15:43:39 -0500


The following commit has been merged in the openafs-stable-1_8_x branch:
commit c8762d82f5c387418b2ba749bbc15b7b7f40d749
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Sat Feb 2 17:10:29 2019 -0600

    dumpscan: appease gcc8 -Wformat-overflow
    
    gcc does not benefit from our external knowledge that tm_year is
    tightly bounded, and thinks it could still be in the range
    [-2147481748, 2147483647], which would overflow our string buffer.
    The function in question does not have error handling in place, so
    rather than adding some or trying to assert the proper bounds, just
    use a slightly larger buffer for safety.
    
    Reviewed-on: https://gerrit.openafs.org/13472
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    (cherry picked from commit 8f03ff3bdd8eb9f4557cdb7054aee9b8ea432160)
    
    Change-Id: I05c8d998c6d40118a1bde923e346cddbdfa4192b
    Reviewed-on: https://gerrit.openafs.org/13741
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/tools/dumpscan/afsdump_extract.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository