Skip to content
Commit a30450c7 authored by David Woodhouse's avatar David Woodhouse Committed by Matthew Garrett
Browse files

dell-laptop: Fix krealloc() misuse in parse_da_table()



If krealloc() returns NULL, it *doesn't* free the original. So any code
of the form 'foo = krealloc(foo, …);' is almost certainly a bug.

Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: default avatarMatthew Garrett <matthew.garrett@nebula.com>
parent 77838199
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