OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4755-gb875734

Gerrit Code Review gerrit@openafs.org
Mon, 21 Dec 2015 18:14:57 -0500


The following commit has been merged in the master branch:
commit b8757341fb9592519032ef64030d0e98195d8d3d
Author: Mark Vitale <mvitale@sinenomine.net>
Date:   Mon Nov 23 21:03:57 2015 -0500

    afs: incorrect types for AFSDB IPv4 addresses
    
    DNS lookup results were being handled with int types.
    
    Fortunately, this seems to be harmless, due to use of
    memcpy when the types don't match, and assignment only
    when both sides were int.
    
    However, to avoid any future unpleasantness, change
    them to afs_uint32.
    
    No functional change should be incurred.
    
    Change-Id: I31aeabb4ae3194a00b29a1fa767d05af167b4e4f
    Reviewed-on: http://gerrit.openafs.org/12117
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Chas Williams <3chas3@gmail.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/WINNT/afsd/cm_dns.h |    4 ++--
 src/auth/cellconfig.c   |   10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository