Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 19:47:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 219619] bad description for function /usr/src/sys/netinet6/scope6.c:in6_splitscope()
Message-ID:  <bug-219619-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219619

            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@FreeBSD.org
          Reporter: fbsd.bugzilla@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 followi=
ng
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,

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219619-8>