[Bug 206771] games/taipan Subscript out of bounds.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 31 02:12:29 UTC 2016


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

            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 at FreeBSD.org
          Reporter: dw-fbsd at 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 line
2706 of taipan.c, we see:

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

That last subscript is out of bounds.  
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

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


More information about the freebsd-ports-bugs mailing list