|
Bugzilla – Full Text Bug Listing |
| Summary: | texinfo-4.8-49 : array subscript is below array bounds | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | David Binderman <dcb314> |
| Component: | Other | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Alpha 1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
David Binderman
2007-02-19 12:03:46 UTC
Please do your report also upstream, I've no time to determine how this code should work. (In reply to comment #1) > Please do your report also upstream, Thanks for the offer, but I have no experience with this package and so it is likely I will break the package. >I've no time to determine how this code should work. Not a problem. Suggest postpone fix until convenient time. AFAIS from CVS of texinfo at cvs.savannah.gnu.org they have included an `assert(element_stack_index > 0);' before the compromised line. Does this stop gcc shouting about the array subscript in the reported return line? I'm using parts of the cvs version, seems to compile without warning at least with gcc 4.2.0_20070130 |