Skip to content
Commit 63662139 authored by David Woodhouse's avatar David Woodhouse
Browse files

params: Fix potential memory leak in add_sysfs_param()



On allocation failure, it would fail to free the old attrs array which
was no longer referenced by anything (since it would free the old
module_param_attrs struct on the way out).

Comment the suspicious-looking krealloc() usage to explain why it *isn't*
actually buggy, despite looking like a classic realloc() usage bug.

Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent fe9ab00f
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