From: David Woodhouse Date: Thu, 14 Mar 2013 13:23:11 +0000 (+0000) Subject: params: Fix potential memory leak in add_sysfs_param() X-Git-Tag: v3.10-rc1~10^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63662139e519ce06090b2759cf4a1d291b9cc0e2;p=pandora-kernel.git 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: David Woodhouse --- Reading git-diff-tree failed