|
Bugzilla – Full Text Bug Listing |
| Summary: | lifelines-3.0.46.1-2: 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: | Minor | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
fixed for next release. |
I just tried to compile package lifelines-3.0.46.1-2 with the Intel C compiler. It said signals.c(100): warning #175: subscript out of range The source code is sig_msgs[20] = _(qSsig20); but static char *sig_msgs[20]; I agree with the compiler. Suggest increase size of array by one.