Bug 162145 - 'nend' is used uninitialized in this function
Summary: 'nend' is used uninitialized in this function
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: iiimf
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Akira TAGOH
QA Contact:
URL:
Whiteboard:
: 162309 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-06-30 10:12 UTC by David Binderman
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-09-21 18:33:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Binderman 2005-06-30 10:12:23 UTC
Description of problem:

I just tried to compile package iiimf-12.2-4 from Redhat
Fedora Core development tree with the gcc 4.0.0 compiler and
the compiler flag -Wall.

The compiler said

EIMILTextUtil.c:1489: warning: 'nend' is used uninitialized in this function

The source code is

	pprop->st = nend;

I agree with the compiler. Suggest initialise local variable "nend"
before first use.


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Akira TAGOH 2005-07-04 04:46:11 UTC
*** Bug 162309 has been marked as a duplicate of this bug. ***

Comment 2 Akira TAGOH 2005-09-21 18:33:09 UTC
EIMIL isn't used for anything actually. so I doubt this affects anything and
it's worthless to try to fix since IIIMF has been removed from Core now.


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