Mailinglist Archive: opensuse-bugs (8045 mails)
| < Previous | Next > |
[Bug 230170] New: compiz-0.2.2-20: array subscript out of range
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 21 Dec 2006 02:07:13 -0700 (MST)
- Message-id: <bug-230170-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=230170
Summary: compiz-0.2.2-20: array subscript out of range
Product: openSUSE 10.3
Version: unspecified
Platform: All
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: dcb314@xxxxxxxxxxx
QAContact: qa@xxxxxxx
I just tried to compile package compiz-0.2.2-20
with the Intel C compiler.
The compiler said
switch.c(392): warning #175: subscript out of range
The source code is
argv[5] = NULL;
but
char *argv[5];
Suggest code rework, possibly make the array one bigger.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Summary: compiz-0.2.2-20: array subscript out of range
Product: openSUSE 10.3
Version: unspecified
Platform: All
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: dcb314@xxxxxxxxxxx
QAContact: qa@xxxxxxx
I just tried to compile package compiz-0.2.2-20
with the Intel C compiler.
The compiler said
switch.c(392): warning #175: subscript out of range
The source code is
argv[5] = NULL;
but
char *argv[5];
Suggest code rework, possibly make the array one bigger.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |