]> git.baikalelectronics.ru Git - kernel.git/commit
gtp: gtp_check_src_ms_ipv4() always return success
authorLionel Gauthier <Lionel.Gauthier@eurecom.fr>
Thu, 15 Dec 2016 21:35:52 +0000 (22:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 17 Dec 2016 17:00:25 +0000 (12:00 -0500)
commit366027478fd8488d02c0c64e6eac727c2eff7b6f
treee33e423488d1ba5821e9f3ed2a133190804924f2
parent0be9aa69375caa655b6cd513160239a1c8d71d89
gtp: gtp_check_src_ms_ipv4() always return success

gtp_check_src_ms_ipv4() did not find the PDP context matching with the
UE IP address because the memory location is not right, but the result
is inverted by the Boolean "not" operator.  So whatever is the PDP
context, any call to this function is successful.

Signed-off-by: Lionel Gauthier <Lionel.Gauthier@eurecom.fr>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/gtp.c