Btrfs: fix memory leak in the extent_same ioctl
authorFilipe Manana <fdmanana@suse.com>
Fri, 3 Jul 2015 07:36:11 +0000 (08:36 +0100)
committerFilipe Manana <fdmanana@suse.com>
Sat, 11 Jul 2015 21:34:26 +0000 (22:34 +0100)
commit497b4050e0eacd4c746dd396d14916b1e669849d
treea775d01fa811cf1136833984225c240d4ff1b708
parentc1aa45759e90b4204ab8bce027a925fc7c87d00a
Btrfs: fix memory leak in the extent_same ioctl

We were allocating memory with memdup_user() but we were never releasing
that memory. This affected pretty much every call to the ioctl, whether
it deduplicated extents or not.

This issue was reported on IRC by Julian Taylor and on the mailing list
by Marcel Ritter, credit goes to them for finding the issue.

Reported-by: Julian Taylor <jtaylor.debian@googlemail.com>
Reported-by: Marcel Ritter <ritter.marcel@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Mark Fasheh <mfasheh@suse.de>
fs/btrfs/ioctl.c