[Bug 219619] bad description for function /usr/src/sys/netinet6/scope6.c:in6_splitscope()

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 28 19:47:00 UTC 2017


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

            Bug ID: 219619
           Summary: bad description for function
                    /usr/src/sys/netinet6/scope6.c:in6_splitscope()
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: fbsd.bugzilla at fenyo.net

Very minor bug from at least FreeBSD 10.x, to FreeBSD 11 and CURRENT (12.x):

function in6_splitscope() in /usr/src/sys/netinet6/scope6.c has the following
description:

/*
 * Extracts scope from adddress @dst, stores cleared address
 * inside @dst and zone inside @scopeid
 */

But it should be:

/*
 * Extracts scope from adddress @src, stores cleared address
 * inside @dst and zone inside @scopeid
 */

Sincerely,

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


More information about the freebsd-bugs mailing list