OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_0-74-g01c10fe

Gerrit Code Review gerrit@openafs.org
Thu, 10 Dec 2020 16:53:58 -0500


The following commit has been merged in the master branch:
commit 01c10fe8a98ffabd5cf9ec27f4b51f7011c3f1af
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Dec 10 14:17:56 2020 -0600

    audit: Add missing AUD_TSTT case
    
    In commit 9ebff4c6 (OPENAFS-SA-2018-001 audit: support butc types),
    several new butc-related audit data types were added. In the
    AIX-specific audmakebuf() function, the case for the AUD_TSTT type is
    missing the actual "case" clause in the code, causing AUD_TSTT types
    to be treated as invalid (and so falling through to the
    "AFS_Aud_EINVAL" case).
    
    Add the "case" for AUD_TSTT, so it's treated properly on AIX. Note
    that the non-AIX printbuf() already handled this properly, so no
    changes are needed there.
    
    Change-Id: Ic46c18b503bacb0901ff0a60534f6c45ce3c9a75
    Reviewed-on: https://gerrit.openafs.org/14466
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/audit/audit.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository