Re: [PATCH net] llc: verify mac len before reading mac header
From: Jakub Kicinski <kuba@kernel.org> Date: 2023-10-25 23:14:14
On Wed, 25 Oct 2023 19:05:59 -0400 Willem de Bruijn wrote:
quoted
I think this one may want 1 to indicate error, technically. No?
Absolutely, thanks. For both tests.
Both state machine callbacks (functions with names ending with 'test_r'
in the patch), right? Perhaps 'goto out' is what's expected here.
The fixup function seems to have inverse return semantics, because
why not.