Bug 134890 - transconnect-1.2-263: 2 8 array subscript out of range
Summary: transconnect-1.2-263: 2 8 array subscript out of range
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Final
Hardware: All SuSE Linux 10.0
: P5 - None : Minor
Target Milestone: ---
Assignee: Lars Müller
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-22 12:49 UTC by David Binderman
Modified: 2005-11-22 14:41 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 2005-11-22 12:49:55 UTC
I just tried to compile package transconnect-1.2-263 with the Intel C compiler.

It said

1.

tconn.c(200): warning #175: subscript out of range

The source code is

      configfile[CONFIG_FILE_MAX] = '\0';

but

  char configfile[CONFIG_FILE_MAX];     /* Name of the configuration file */

Suggest code rework.

2.

tconn.c(218): warning #175: subscript out of range

Duplicate.


BTW, the email address of the author [ a_dwivedi@biosys.net ]
seems to be broken.
Comment 1 Lars Müller 2005-11-22 14:41:53 UTC
Thanks for the heads up.  I've fixed these two and another small one in our tree.  I'll also try to inform upstream.