OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-7-g8b1b708

Gerrit Code Review gerrit@openafs.org
Fri, 15 Nov 2024 12:28:16 -0500


The following commit has been merged in the master branch:
commit 8b1b708e5f7ad8bb9c1c860fe60c5f104e0bf036
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Fri Aug 6 11:55:55 2021 -0600

    libacl: Fix problems found by static analysis
    
    Several static analysis tools have identified various problems:
     - missing checks to ensure *alloc was successful (infer)
    
    To resolve the above problems:
     - add checks to ensure *alloc was successful before using the memory
    
    This commit is a reorganization of commits developed by Pat Riehecky,
    who ran the static analysis tools and developed the fixes.
    
    Change-Id: I48e053e73131c3f86928a4658dbc69e56abd2b20
    Reviewed-on: https://gerrit.openafs.org/14683
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 src/libacl/aclprocs.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
OpenAFS Master Repository