]> 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)
commitd3cc5c2aa02f703a6e0663c6a4f088a3e6cd0622
treee33e423488d1ba5821e9f3ed2a133190804924f2
parentb8fbeef766fa6678c21d6697ba4719d12ccb6f5c
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