On Saturday, December 2, 2017 8:45:59 AM CET Sven Eckelmann wrote:
The malloc could fail and return NULL. In this case, the processing
of the
current interface index has to be stopped to avoid writing to NULL (which
would cause a segfault).
Fixes: d29288fe0583 ("batctl: implement vlan-to-link helper functions")
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
Applied in 2ea390c.
Thank you!
Simon