The branch, maint has been created at b790d5064bf7d80383201face68b134a3121ba55 (commit)
- Shortlog ------------------------------------------------------------ commit b790d5064bf7d80383201face68b134a3121ba55 Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Wed Dec 30 05:50:28 2009 +0100
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
-----------------------------------------------------------------------