SCTP: Clean up OOTB handling and fix infinite loop processing
authorVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 7 Sep 2007 20:30:54 +0000 (16:30 -0400)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 26 Sep 2007 05:55:47 +0000 (22:55 -0700)
While processing OOTB chunks as well as chunks with an invalid
length of 0, it was possible to SCTP to get wedged inside an
infinite loop because we didn't catch the condition correctly,
or didn't mark the packet for discard correctly.
This work is based on original findings and work by
Wei Yongjun <yjwei@cn.fujitsu.com>

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>

No differences found