Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 02:12:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206771] games/taipan Subscript out of bounds.
Message-ID:  <bug-206771-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 206771
           Summary: games/taipan Subscript out of bounds.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: dw-fbsd@digger.net

Greetings,
I was the original submitter of this port way back in 2002, and included a
patch to correct a bug in the original code.  Just now I was compiling that
code again and noticed another bug which I had missed back then.  Around li=
ne
2706 of taipan.c, we see:

      hkw_[0]      =3D 0;
      hkw_[1]      =3D 0;
      hkw_[3]      =3D 0;
      hkw_[4]      =3D 0;

That last subscript is out of bounds.=20=20
The subscripts in those lines should be 0, 1, 2, 3.

Could someone update files/patch-taipan.c to fix the subscripts too?

Thanks,
Dave

--=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-206771-13>