commit | b0105eaefa7cce8f4a941d0fc6354b250d30e745 | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Tue Aug 11 00:36:32 2009 -0500 |
committer | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Wed Sep 23 09:10:31 2009 -0500 |
tree | 60bed48ff88aa22d9ee36b64d23421cf9e50d2a8 | |
parent | 382684984e93039a3bbd83b04d341b0ceb831519 [diff] |
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 <serue@us.ibm.com> Cc: ecryptfs-devel@lists.launchpad.net Cc: stable <stable@kernel.org> Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>