The following commit has been merged in the openafs-stable-1_8_x branch:
commit 4c5daaa26fbe2fd7e24ceba475e60e5e5c765e78
Author: Pat Riehecky <[email protected]>
Date:   Wed May 23 15:42:09 2018 -0500

    lwp: Fix possible memory leak from scan-build
    
    It is possible for LWP_CreateProcess to return early. When it does, it
    should free up any memory it allocated before leaving scope.
    
    Reviewed-on: https://gerrit.openafs.org/13080
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Marcio Brito Barbosa <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit 55013a111394052a0253c87a744d03dfabd1be75)
    
    Change-Id: I9112d2039c7c58a707231568e2e84e0340407bac
    Reviewed-on: https://gerrit.openafs.org/13122
    Tested-by: BuildBot <[email protected]>
    Tested-by: PatRiehecky <[email protected]>
    Reviewed-by: Joe Gorse <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

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

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to