OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-13-g387ab14

Gerrit Code Review gerrit@openafs.org
Mon, 18 Nov 2024 14:37:57 -0500


The following commit has been merged in the master branch:
commit 387ab140f5c99437def8991928e54f3ddf206b2f
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Thu Jul 1 15:39:43 2021 -0600

    gtx: Fix problems found by static analysis
    
    Several static analysis tools have identified various problems:
     - possible memory leaks                          (scan-build, cppcheck)
    
    To resolve the above problems:
     - fix possible memory leaks by freeing memory
    
    This commit is a reorganization of commits developed by Pat Riehecky,
    who ran the static analysis tools and developed the fixes.
    
    Change-Id: Ica9e5a33bf33ae802fed0f1439fc3561d0406713
    Reviewed-on: https://gerrit.openafs.org/14685
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: PatRiehecky <jcpunk@gmail.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 src/gtx/keymap.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository