]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
xfs: fix memory leak in xlog_recover_add_to_trans
authortinguely@sgi.com <tinguely@sgi.com>
Fri, 27 Sep 2013 14:00:55 +0000 (09:00 -0500)
committerBen Myers <bpm@sgi.com>
Fri, 4 Oct 2013 18:56:03 +0000 (13:56 -0500)
Free the memory in error path of xlog_recover_add_to_trans().
Normally this memory is freed in recovery pass2, but is leaked
in the error path.

Signed-off-by: Mark Tinguely <tinguely@sgi.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
(cherry picked from commit 519ccb81ac1c8e3e4eed294acf93be00b43dcad6)

fs/xfs/xfs_log_recover.c

index cc179878fe41f0f2a19e961b03a955a56c6e4a16..43240583fd5b3d8d13b1594e2ca54f3204090d56 100644 (file)
@@ -1585,6 +1585,7 @@ xlog_recover_add_to_trans(
                "bad number of regions (%d) in inode log format",
                                  in_f->ilf_size);
                        ASSERT(0);
+                       free(ptr);
                        return XFS_ERROR(EIO);
                }