commit | 1b93ae64cabe5e28dd5a1f35f96f938ca4f6ae20 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Tue Dec 27 13:57:59 2005 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Dec 27 13:57:59 2005 -0800 |
tree | a8c5c7d08e6c658853245ad0b0cf47f0af1ff83d | |
parent | 6732badee0dad467fcc9dd0168af8677b2b1bc2f [diff] |
[NET]: Validate socket filters against BPF_MAXINSNS in one spot. 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>