commit | a718dcc5e56546a62d00f57cc875faac2f42c8bf | [log] [tgz] |
---|---|---|
author | Arvid Brodin <arvid.brodin@alten.se> | Fri Jul 04 23:42:00 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 08 11:35:31 2014 -0700 |
tree | 35ea41cdc4e877c852fba2f82077964e1458dfe5 | |
parent | f266a683a4804dc499efc6c2206ef68efed029d0 [diff] |
net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params. If none of the slave interfaces are specified, struct nlattr *data[] may be NULL. Make sure to check for that. While I'm at it, fix the horrible error messages displayed when only one of the slave interfaces isn't specified. Signed-off-by: Arvid Brodin <arvid.brodin@alten.se> Signed-off-by: David S. Miller <davem@davemloft.net>