|
Bugzilla – Full Text Bug Listing |
| Summary: | scummvm-0.8.0-3: array subscript out of range | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Basesystem | Assignee: | Stefan Dirsch <sndirsch> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P2 - High | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
> Clearly broken code.
Indeed!
Problem has already been fixed in CVS sources according to the scummvm bugtracking system. So it will get fixed with the next scummvm release. updated scumvm tools sources to current CVS --> fixed for 10.1 Beta1. |
I just tried to compile package scummvm-0.8.0-3 with a non standard version of the GNU C compiler It said compress_scumm_bun.cpp:144: warning: array subscript out of range The source code is _destImcTable[89] = 0; but static byte _destImcTable[89]; Clearly broken code. Suggest code rework.