diff options
author | Wenwen Wang <wenwen@cs.uga.edu> | 2019-08-20 08:33:54 +0300 |
---|---|---|
committer | Tyler Hicks <tyhicks@canonical.com> | 2019-08-20 10:02:22 +0300 |
commit | b4a81b87a4cfe2bb26a4a943b748d96a43ef20e8 (patch) | |
tree | 07a99057ec3d1e211b3087c3851ee971b5459e47 /MAINTAINERS | |
parent | fe2e082f5da5b4a0a92ae32978f81507ef37ec66 (diff) | |
download | linux-b4a81b87a4cfe2bb26a4a943b748d96a43ef20e8.tar.xz |
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: stable@vger.kernel.org
Fixes: 88b4a07e6610 ("[PATCH] eCryptfs: Public key transport mechanism")
Signed-off-by: Wenwen Wang <wenwen@cs.uga.edu>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions