aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSowmini Varadhan <[email protected]>2017-01-12 05:10:11 -0800
committerDavid S. Miller <[email protected]>2017-01-12 10:23:26 -0500
commit4d7b9dc1f36a99423a6171d393040165fb135530 (patch)
tree9cf9841d98aa2b47e2b41ab5c6e2ed652d2cce80 /tools/perf/scripts/python
parent79471b10d67a52f5b3744d2e14c06437a65746f2 (diff)
tools: psock_lib: harden socket filter used by psock tests
The filter added by sock_setfilter is intended to only permit packets matching the pattern set up by create_payload(), but we only check the ip_len, and a single test-character in the IP packet to ensure this condition. Harden the filter by adding additional constraints so that we only permit UDP/IPv4 packets that meet the ip_len and test-character requirements. Include the bpf_asm src as a comment, in case this needs to be enhanced in the future Signed-off-by: Sowmini Varadhan <[email protected]> Acked-by: Daniel Borkmann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions