From: Tyler Hicks Date: Tue, 11 Aug 2009 05:36:32 +0000 (-0500) Subject: eCryptfs: Handle unrecognized tag 3 cipher codes X-Git-Tag: v2.6.32-rc1~47^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0105eaefa7cce8f4a941d0fc6354b250d30e745;p=pandora-kernel.git eCryptfs: Handle unrecognized tag 3 cipher codes Returns an error when an unrecognized cipher code is present in a tag 3 packet or an ecryptfs_crypt_stat cannot be initialized. Also sets an crypt_stat->tfm error pointer to NULL to ensure that it will not be incorrectly freed in ecryptfs_destroy_crypt_stat(). Acked-by: Serge Hallyn Cc: ecryptfs-devel@lists.launchpad.net Cc: stable Signed-off-by: Tyler Hicks --- Reading git-diff-tree failed