commit | 6fd737031eb6869430d0f3cf6bf1440adf7aedf5 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed May 03 23:16:29 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 03 23:16:29 2006 -0700 |
tree | f4dfd6500f1ba0b915531c3b340164e30328e20f | |
parent | e17df688f7064dae1417ce425dd1e4b71d24d63b [diff] |
[NETFILTER]: H.323 helper: fix endless loop caused by invalid TPKT len When the TPKT len included in the packet is below the lowest valid value of 4 an underflow occurs which results in an endless loop. Found by testcase 0000058 from the PROTOS c07-h2250v4 testsuite. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>