diff options
author | Denys Vlasenko <[email protected]> | 2012-09-26 11:34:50 +1000 |
---|---|---|
committer | Al Viro <[email protected]> | 2012-09-26 22:20:21 -0400 |
commit | f34f9d186df35e5c39163444c43b4fc6255e39c5 (patch) | |
tree | 4e66ee662fb2bd0c50c8b3aed27e9ce5c508059a /fs/jbd2/commit.c | |
parent | 260ef31135c2250ec01aa343192ec2a071b8e05f (diff) |
coredump: prevent double-free on an error path in core dumper
In !CORE_DUMP_USE_REGSET case, if elf_note_info_init fails to allocate
memory for info->fields, it frees already allocated stuff and returns
error to its caller, fill_note_info. Which in turn returns error to its
caller, elf_core_dump. Which jumps to cleanup label and calls
free_note_info, which will happily try to free all info->fields again.
BOOM.
This is the fix.
Signed-off-by: Oleg Nesterov <[email protected]>
Signed-off-by: Denys Vlasenko <[email protected]>
Cc: Venu Byravarasu <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions