From: David Woodhouse Date: Thu, 14 Mar 2013 13:21:00 +0000 (+0000) Subject: dell-laptop: Fix krealloc() misuse in parse_da_table() X-Git-Tag: v3.10-rc1~10^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe9ab00f8354a4c388e30301859c5741590c3809;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 --- Reading git-diff-tree failed