Files
android_kernel_xiaomi_sm8450/fs/ecryptfs
Tyler Hicks 57ea34d199 eCryptfs: NULL pointer dereference in ecryptfs_send_miscdev()
If data is NULL, msg_ctx->msg is set to NULL and then dereferenced
afterwards.  ecryptfs_send_raw_message() is the only place that
ecryptfs_send_miscdev() is called with data being NULL, but the only
caller of that function (ecryptfs_process_helo()) is never called.  In
short, there is currently no way to trigger the NULL pointer
dereference.

This patch removes the two unused functions and modifies
ecryptfs_send_miscdev() to remove the NULL dereferences.

Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2009-04-22 03:54:13 -05:00
..
2009-03-27 14:44:01 -04:00
2009-01-06 15:59:22 -08:00
2009-01-22 13:15:56 +03:00
2009-04-01 08:59:23 -07:00
2008-10-16 11:21:39 -07:00