Bug 110789 - bad source code
Summary: bad source code
Keywords:
Status: CLOSED DUPLICATE of bug 110788
Alias: None
Product: Fedora
Classification: Fedora
Component: kakasi
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Akira TAGOH
QA Contact: Bill Huang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-11-24 16:01 UTC by d.binderman
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-21 19:00:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description d.binderman 2003-11-24 16:01:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)

Description of problem:

I just tried to compile package kakasi-2_3_4-13 from Fedora.

The compiler said

1.

k2.c(157): warning #175: subscript out of range

The source code is

char buffer[k2rom_buflen];

/* more code */

buffer[k2rom_buflen] = '\0'; clen = k2rom_buflen;

Array limits in C are exclusive, not inclusive.

2. 

libk2.c(157): warning #175: subscript out of range

Same problem again.



Version-Release number of selected component (if applicable):
kakasi-2_3_4-13 

How reproducible:
Always

Steps to Reproduce:
1. by  inspection
2.
3.
    

Additional info:

Comment 1 Akira TAGOH 2003-11-25 09:09:43 UTC

*** This bug has been marked as a duplicate of 110788 ***

Comment 2 Red Hat Bugzilla 2006-02-21 19:00:09 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


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