[2.4] ufs memleak

From: Oleg Drokin (green@linuxhacker.ru)
Date: Sun Mar 09 2003 - 12:34:33 EST


Hello!

   Seems there is ufs memleak in 2.4 code. See the patch attached.
   Found with help of smatch + enchanced unfree script.

Bye,
    Oleg
===== fs/ufs/util.c 1.5 vs edited =====
--- 1.5/fs/ufs/util.c Tue Feb 5 17:10:25 2002
+++ edited/fs/ufs/util.c Sun Mar 9 17:55:48 2003
@@ -47,6 +47,7 @@
 failed:
         for (j = 0; j < i; j++)
                 brelse (ubh->bh[j]);
+ kfree(ubh);
         return NULL;
 }
 
-
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/



This archive was generated by hypermail 2b29 : Sat Mar 15 2003 - 22:00:18 EST