OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_0-70-g0bf4ae5

Gerrit Code Review gerrit@openafs.org
Fri, 15 Jun 2018 08:36:11 -0400


The following commit has been merged in the openafs-stable-1_8_x branch:
commit 0bf4ae5f7630fbb8e3bfb8e4dab19ad3e617ed6a
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Sun May 27 22:54:01 2018 -0500

    libafsauthent: export additional xdr_ functions
    
    Formally, we need to use xdr_free to deallocate storage for RPC output
    variables, in case the XDR stack uses a different allocator than the
    standard application allocator.  Some types have non-autogenerated
    wrappers exposed already (e.g., token_FreeSet()), but for a handful of
    the base ptint types we need to expose the xdr routines in order for a
    safe way to deallocate their storage to be available.
    
    Reviewed-on: https://gerrit.openafs.org/13131
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    (cherry picked from commit c12cfd7331727142cb928e08ec32a708d0cfd1e9)
    
    Change-Id: Iea3b0bd9fdb373020b41c2bcbf1ebbde222114a8
    Reviewed-on: https://gerrit.openafs.org/13192
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Joe Gorse <jhgorse@gmail.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/libafsauthent/afsauthent.def       |    3 +++
 src/libafsauthent/libafsauthent.la.sym |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository