Re: [PATCH net 0/4] l2tp: pppol2tp_connect() fixes

2018-06-14 Thread David Miller
From: Guillaume Nault Date: Wed, 13 Jun 2018 15:09:16 +0200 > This series fixes a few remaining issues with pppol2tp_connect(). > > It doesn't try to prevent invalid configurations that have no effect on > kernel's reliability. That would be work for a future patch set. > > Patch 2 is the most

[PATCH net 0/4] l2tp: pppol2tp_connect() fixes

2018-06-13 Thread Guillaume Nault
This series fixes a few remaining issues with pppol2tp_connect(). It doesn't try to prevent invalid configurations that have no effect on kernel's reliability. That would be work for a future patch set. Patch 2 is the most important as it avoids an invalid pointer dereference crashing the kernel.