Bug 150148 - array subscript out of range
Summary: array subscript out of range
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: cone
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steven Pritchard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-02 22:09 UTC by David Binderman
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 0.63-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-03 21:49:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Binderman 2005-03-02 22:09:18 UTC
Description of problem:

I just tried to compile package cone-0.60-2 from 
Redhat Fedora Extras development tree.

The Intel compiler said

export.c(47): warning #175: subscript out of range

The source code is

        argvec[5]=0;

but

        char *argvec[5];

Suggest make array one bigger


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Steven Pritchard 2005-03-03 21:49:11 UTC
Already fixed in 0.63 (in testing).


Note You need to log in before you can comment on or make changes to this bug.