|
Bugzilla – Full Text Bug Listing |
| Summary: | gv-3.5.8-1144: array subscript out of range | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Basesystem | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SuSE Linux 10.1 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Fixed for next release. |
I just tried to compile package gv-3.5.8-1144 with a non standard version of the GNU C compiler. It said process.c:291: warning: array subscript out of range The source code is char *argv[3]; /* ... */ argv[3] = NULL; I agree with the compiler. Suggest make array one bigger.