diff options
| author | Guillaume Nault <[email protected]> | 2016-11-29 12:09:48 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-11-30 19:14:08 +0000 |
| commit | 31e2f21fb35bfaa5bdbe1a4860dc99e6b10d8dcd (patch) | |
| tree | 9546bf8fd1837769d8ff63d13acac5a1f57e5a9a /lib/debugobjects.c | |
| parent | l2tp: fix lookup for sockets not bound to a device in l2tp_ip (diff) | |
| download | kernel-31e2f21fb35bfaa5bdbe1a4860dc99e6b10d8dcd.tar.gz kernel-31e2f21fb35bfaa5bdbe1a4860dc99e6b10d8dcd.zip | |
l2tp: fix address test in __l2tp_ip6_bind_lookup()
The '!(addr && ipv6_addr_equal(addr, laddr))' part of the conditional
matches if addr is NULL or if addr != laddr.
But the intend of __l2tp_ip6_bind_lookup() is to find a sockets with
the same address, so the ipv6_addr_equal() condition needs to be
inverted.
For better clarity and consistency with the rest of the expression, the
(!X || X == Y) notation is used instead of !(X && X != Y).
Signed-off-by: Guillaume Nault <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions
