Skip to content
Commit a9f0fbe2 authored by Borislav Petkov's avatar Borislav Petkov
Browse files

amd64_edac: Fix potential memleak



We check the pointers together but at least one of them could be invalid
due to failed allocation. Since we cannot continue if either of the two
allocations has failed, exit early by freeing them both.

Cc: <stable@kernel.org> # 38.x
Reported-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: default avatarBorislav Petkov <borislav.petkov@amd.com>
parent 89078d57
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment