From: David Woodhouse Date: Thu, 14 Mar 2013 13:33:15 +0000 (+0000) Subject: dell-laptop: Fix krealloc() misuse in parse_da_table() X-Git-Tag: v3.10-rc1~7^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a30450c7bbb04212c5f01936274ca8d965cabf79;p=pandora-kernel.git 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: David Woodhouse Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed