[Bug 247129] [PATCH] Fix some compiler warnings in netinet alias module

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 10 15:51:07 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247129

Mark Johnston <markj at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |markj at FreeBSD.org

--- Comment #1 from Mark Johnston <markj at FreeBSD.org> ---
- Please ensure that local variables are declared at the beginning of the
function, per style(9).
- FragmentIn() and ProtoAliasIn() may modify the destination address, and with
your patch the modification is discarded.  So I think the patch is incorrect.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list