From: Roberto Sassu Date: Mon, 19 Dec 2011 14:57:27 +0000 (+0100) Subject: ima: free duplicate measurement memory X-Git-Tag: v3.3-rc1~105^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45fae7493970d7c45626ccd96d4a74f5f1eea5a9;p=pandora-kernel.git ima: free duplicate measurement memory Info about new measurements are cached in the iint for performance. When the inode is flushed from cache, the associated iint is flushed as well. Subsequent access to the inode will cause the inode to be re-measured and will attempt to add a duplicate entry to the measurement list. This patch frees the duplicate measurement memory, fixing a memory leak. Signed-off-by: Roberto Sassu Signed-off-by: Mimi Zohar Cc: stable@vger.kernel.org --- Reading git-diff-tree failed