lkml.org 
[lkml]   [2006]   [Mar]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH 23/23] sysfs: fix a kobject leak in sysfs_add_link on the error path
    Date
    From
    As pointed out by Oliver Neukum.

    Cc: Maneesh Soni <maneesh@in.ibm.com>
    Cc: Oliver Neukum <oliver@neukum.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---

    fs/sysfs/symlink.c | 1 +
    1 files changed, 1 insertions(+), 0 deletions(-)

    b3229087c5e08589cea4f5040dab56f7dc11332a
    diff --git a/fs/sysfs/symlink.c b/fs/sysfs/symlink.c
    index fe23f47..d2eac3c 100644
    --- a/fs/sysfs/symlink.c
    +++ b/fs/sysfs/symlink.c
    @@ -66,6 +66,7 @@ static int sysfs_add_link(struct dentry
    if (!error)
    return 0;

    + kobject_put(target);
    kfree(sl->link_name);
    exit2:
    kfree(sl);
    --
    1.2.4

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-03-20 23:13    [W:3.330 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site