Bug 144800 - lifelines-3.0.46.1-2: array subscript out of range
Summary: lifelines-3.0.46.1-2: array subscript out of range
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: All SUSE Other
: P5 - None : Minor
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-23 15:00 UTC by David Binderman
Modified: 2006-01-23 15:12 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Binderman 2006-01-23 15:00:53 UTC
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.
Comment 1 Dr. Werner Fink 2006-01-23 15:12:39 UTC
fixed for next release.