[NET]: Validate socket filters against BPF_MAXINSNS in one spot.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 27 Dec 2005 21:57:59 +0000 (13:57 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 27 Dec 2005 21:57:59 +0000 (13:57 -0800)
Currently the checks are scattered all over and this leads
to inconsistencies and even cases where the check is not made.

Based upon a patch from Kris Katterjohn.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found