lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 08 Apr 2014 13:09:11 -0400 (EDT) From: David Miller <davem@...emloft.net> To: dmgenp@...il.com Cc: netdev@...r.kernel.org Subject: Re: [PATCH net] l2tp: take PMTU from tunnel UDP socket From: Dmitry Petukhov <dmgenp@...il.com> Date: Tue, 8 Apr 2014 21:15:50 +0600 > When l2tp driver tries to get PMTU for the tunnel destination, it uses > the pointer to struct sock that represents PPPoX socket, while it > should use the pointer that represents UDP socket of the tunnel. > > Signed-off-by: Dmitry Petukhov <dmgenp@...il.com> > --- > net/l2tp/l2tp_ppp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/net/l2tp/l2tp_ppp.c b/net/l2tp/l2tp_ppp.c > index d276e2d..950909f 100644 > --- a/net/l2tp/l2tp_ppp.c > +++ b/net/l2tp/l2tp_ppp.c > @@ -753,9 +753,9 @@ static int pppol2tp_connect(struct socket *sock, > struct sockaddr *uservaddr, Your patch has been corrupted by your email client, please fix this up and resubmit. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists