diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-14 18:24:04 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-14 15:38:36 -0700 |
commit | f9e42b853523cda0732022c2e0473c183f7aec65 (patch) | |
tree | 2fafd6347ab04c066b51759d0e85cc53a7378d35 /tools | |
parent | 09ce069dff607f86dcdeb541d20734a8f42478c5 (diff) | |
download | op-kernel-dev-f9e42b853523cda0732022c2e0473c183f7aec65.zip op-kernel-dev-f9e42b853523cda0732022c2e0473c183f7aec65.tar.gz |
net: sctp: sideeffect: throw BUG if primary_path is NULL
This clearly states a BUG somewhere in the SCTP code as e.g. fixed once
in f28156335 ("sctp: Use correct sideffect command in duplicate cookie
handling"). If this ever happens, throw a trace in the sideeffect engine
where assocs clearly must have a primary_path assigned.
When in sctp_seq_dump_local_addrs() also throw a WARN and bail out since
we do not need to panic for printing this one asterisk. Also, it will
avoid the not so obvious case when primary != NULL test passes and at a
later point in time triggering a NULL ptr dereference caused by primary.
While at it, also fix up the white space.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions