aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorWenwen Wang <[email protected]>2019-08-20 05:16:40 +0000
committerTyler Hicks <[email protected]>2019-08-20 07:02:03 +0000
commitfe2e082f5da5b4a0a92ae32978f81507ef37ec66 (patch)
treec43e27c36b574ade0667ea67cc60685cfc4a87ef /fs/jbd2/commit.c
parentMerge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... (diff)
downloadkernel-fe2e082f5da5b4a0a92ae32978f81507ef37ec66.tar.gz
kernel-fe2e082f5da5b4a0a92ae32978f81507ef37ec66.zip
ecryptfs: fix a memory leak bug in parse_tag_1_packet()
In parse_tag_1_packet(), if tag 1 packet contains a key larger than ECRYPTFS_MAX_ENCRYPTED_KEY_BYTES, no cleanup is executed, leading to a memory leak on the allocated 'auth_tok_list_item'. To fix this issue, go to the label 'out_free' to perform the cleanup work. Cc: [email protected] Fixes: dddfa461fc89 ("[PATCH] eCryptfs: Public key; packet management") Signed-off-by: Wenwen Wang <[email protected]> Signed-off-by: Tyler Hicks <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions