Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()
In ecryptfs_init_messaging(), if the allocation for 'ecryptfs_msg_ctx_arr' fails, the previously allocated 'ecryptfs_daemon_hash' is not deallocated, leading to a memory leak bug. To fix this issue, free 'ecryptfs_daemon_hash' before returning the error. Cc: [email protected] Fixes: 88b4a07 ("[PATCH] eCryptfs: Public key transport mechanism") Signed-off-by: Wenwen Wang <[email protected]> Signed-off-by: Tyler Hicks <[email protected]>
- Loading branch information