commit | c4bf05d3960981a4291bcc9580f3d73eb4dcbe84 | [log] [tgz] |
---|---|---|
author | Simon Wunderlich <siwu@hrz.tu-chemnitz.de> | Sat Jan 02 11:30:47 2010 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Mar 03 16:42:35 2010 -0800 |
tree | 9d9f214988a259ba96f522ee65e741cec1b9bef9 | |
parent | e9b764506aeb06ada6a7d0a24eda3e6eb70bade1 [diff] |
Staging: batman-adv: check all kmalloc()s there are some kmallocs left which are not checked whether they succeeds or not, which might lead to corrupted data structures if the system memory is full. This patch should clean up the remaining unchecked kmalloc()s. Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>