Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 18:50:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259151] misc/team [patch included] fixing ancient code with K&R compatibility layer and bad pointers and non-varargs.  Ugh.
Message-ID:  <bug-259151-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 259151
           Summary: misc/team [patch included] fixing ancient code with
                    K&R compatibility layer and bad pointers and
                    non-varargs.  Ugh.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: joerg@FreeBSD.org
          Reporter: dgilbert@eicat.ca
             Flags: maintainer-feedback?(joerg@FreeBSD.org)
          Assignee: joerg@FreeBSD.org

Created attachment 228676
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D228676&action=
=3Dedit
patch for team.c (assumes other patches already applied)

I started out to fix a problem that turned out to be not a problem.  On the=
 way
I found all manner of really bad things (tm).  It was hard to fathom with t=
he
pre-c89 compatibility layer, but then it was also really bad code that assu=
med
32 bits (ish) with some assumption that quads were long long and pointers m=
ixed
in with ints.

Anyways... this cleans up most things, doesn't really change behaviour.

--=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-259151-7788>