commit | 560a66075d694e6ec24c60967b4d93d97cbb33d1 | [log] [tgz] |
---|---|---|
author | Wolfgang Bumiller <w.bumiller@proxmox.com> | Thu Jan 18 11:32:35 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 24 14:52:40 2018 -0500 |
tree | 40797c0285b08660a2189da110ec2a18f897adb0 | |
parent | 1ecdaea02ca6bfacf2ecda500dc1af51e9780c42 [diff] |
net: sched: em_nbyte: don't add the data offset twice 'ptr' is shifted by the offset and then validated, the memcmp should not add it a second time. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> Signed-off-by: David S. Miller <davem@davemloft.net>