Eric Dumazet <[email protected]> wrote: > From: Eric Dumazet <[email protected]> > > It looks like syzbot found its way into netfilter territory.
Excellent. This will sure allow to find and fix more bugs :-) > Issue here is that @name comes from user space and might > not be null terminated. Indeed, thanks for fixing this Eric. xt_find_target() and xt_find_table_lock() might have similar issues.
