Re: [PATCH net-next v5 20/20] net: WireGuard secure network tunnel
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2018-09-19 02:04:18
Also in:
linux-crypto, lkml
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2018-09-19 02:04:18
Also in:
linux-crypto, lkml
Hi Andrew, On Wed, Sep 19, 2018 at 1:34 AM Andrew Lunn [off-list ref] wrote:
I see this BUG_ON() is still here. It really needs to be removed. It does not look like you need to crash the kernel here. Can you add in a test of len >= 128, do a WARN and then return. I think you then leak some memory, but i would much prefer that to a crashed machine.
Sure, I'll change it to that. Regards, Jason