Bug 144800

Summary: lifelines-3.0.46.1-2: array subscript out of range
Product: [openSUSE] SUSE LINUX 10.0 Reporter: David Binderman <dcb314>
Component: BasesystemAssignee: 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: ---

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.