commit 779abcf9bbb3fa4e4b40ff6fee8ae532ec5205d3
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Wed May 30 19:20:55 2007 -0400

    bugfix: nullify kfreed pointer so it doesn't get double freed

diff --git a/fs/unionfs/odf.c b/fs/unionfs/odf.c
index 72f0ee9..4052798 100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -350,6 +350,7 @@ int odf_parse_options(const char *options, char **odf_path)
 out_error:
        if (odf)
                kfree(*odf_path);
+       *odf_path = NULL;
 out:
        kfree(tmp_options);
        return err;
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to