aboutsummaryrefslogtreecommitdiff
path: root/include/linux/elfcore.h
diff options
context:
space:
mode:
authorCatalin Marinas <[email protected]>2022-12-22 18:12:49 +0000
committerWill Deacon <[email protected]>2023-01-05 15:12:12 +0000
commit736eedc974eaafbf4360e0ea85fc892cea72a223 (patch)
tree97febf13090d33937db465c112c8e09cf3ceda01 /include/linux/elfcore.h
parenteb9a85261e297292c4cc44b628c1373c996cedc2 (diff)
arm64: mte: Fix double-freeing of the temporary tag storage during coredump
Commit 16decce22efa ("arm64: mte: Fix the stack frame size warning in mte_dump_tag_range()") moved the temporary tag storage array from the stack to slab but it also introduced an error in double freeing this object. Remove the in-loop freeing. Fixes: 16decce22efa ("arm64: mte: Fix the stack frame size warning in mte_dump_tag_range()") Cc: <[email protected]> # 5.18.x Signed-off-by: Catalin Marinas <[email protected]> Reported-by: Seth Jenkins <[email protected]> Cc: Will Deacon <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'include/linux/elfcore.h')
0 files changed, 0 insertions, 0 deletions