The following commit has been merged in the openafs-stable-1_6_5_x branch:
commit 512ef081c1f1c2e31e7233e4b79338ae27f787b6
Author: Jeff Layton <[email protected]>
Date:   Fri Dec 6 13:34:04 2013 -0500

    Linux: stop trying to use getname/putname
    
    The current code has afs_putname defined as
    
        kmem_cache_free (names_cachep, (void *) name);
    
    This is wrong and will cause a double -free when syscall auditing is
    enabled. Fix it to call putname properly.
    
    Instead of that, just create a new afs_getname function that doesn't
    bother with struct filename at all, and use that unconditionally.
    
    Signed-off-by:Jeff Layton <[email protected]>
    
    Reviewed-on: http://gerrit.openafs.org/10547
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeff Layton <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    (cherry picked from commit d40ed7391670010db0df2202d770341b2ca82f32)
    
    Reviewed-on: http://gerrit.openafs.org/10578
    Reviewed-by: Derrick Brashear <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>
    Tested-by: BuildBot <[email protected]>
    (cherry picked from commit d68e6c24f53b6878733e28909e23e44a0fdfae1d)
    
    Change-Id: Ic8055a6ed7aa955266c0f3112817924ef8ba591b
    Reviewed-on: http://gerrit.openafs.org/10604
    Tested-by: Stephan Wiesand <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 acinclude.m4               |    1 -
 src/afs/LINUX/osi_compat.h |   36 ------------------------------
 src/afs/LINUX/osi_misc.c   |   52 +++++++++++++++++++++++++++++++++-----------
 3 files changed, 39 insertions(+), 50 deletions(-)

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

Reply via email to