The following commit has been merged in the openafs-stable-1_6_x branch:
commit 8b1aa797a2833ed6db2c67e080b4d7f93a9a8d22
Author: Marcio Barbosa <[email protected]>
Date:   Thu Mar 3 18:23:28 2016 -0300

    afs: fix memory leak
    
    An error code is returned by afs_ProcessOpCreate if
    this function can not allocate memory for ttargetName.
    
    This function should release the memory previously
    allocated for tname and decrement the reference count
    of tdp as well.
    
    Reviewed-on: https://gerrit.openafs.org/12208
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Tested-by: BuildBot <[email protected]>
    (cherry picked from commit bc123573539084ffc5a16ef1efaaaced5b2be202)
    
    Change-Id: Ia5a09fe860b7a110ad55c111551702e20367ba1b
    Reviewed-on: https://gerrit.openafs.org/12309
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Marcio Brito Barbosa <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/afs/afs_disconnected.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

Reply via email to