Mailinglist Archive: opensuse-bugs (4369 mails)
| < Previous | Next > |
[Bug 207613] New: sylpheed-claws-1.0.3-29: array subscript out of range
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 22 Sep 2006 02:44:33 -0600 (MDT)
- Message-id: <bug-207613-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=207613
Summary: sylpheed-claws-1.0.3-29: array subscript out of range
Product: openSUSE 10.2
Version: Alpha 4 plus
Platform: All
OS/Version: SuSE Linux 10.1
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 sylpheed-claws-1.0.3-29 with the
Intel C compiler.
The compiler said
prefs_common.c(818): warning #175: subscript out of range
The source code is
static gchar *path[2];
prefs_common.disphdr_list = NULL;
path[0] = _("Common");
path[2] = NULL;
Suggest new code
path[ 1] = NULL;
--
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: sylpheed-claws-1.0.3-29: array subscript out of range
Product: openSUSE 10.2
Version: Alpha 4 plus
Platform: All
OS/Version: SuSE Linux 10.1
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 sylpheed-claws-1.0.3-29 with the
Intel C compiler.
The compiler said
prefs_common.c(818): warning #175: subscript out of range
The source code is
static gchar *path[2];
prefs_common.disphdr_list = NULL;
path[0] = _("Common");
path[2] = NULL;
Suggest new code
path[ 1] = NULL;
--
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 > |