Bug 149880 - 2 * invalid format string conversion + bad defn of size_t
Summary: 2 * invalid format string conversion + bad defn of size_t
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: mknbi
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dams
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-02-28 16:09 UTC by David Binderman
Modified: 2008-02-07 00:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-02-07 00:11:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Binderman 2005-02-28 16:09:58 UTC
Description of problem:

I just tried to compile package mknbi-1.4.0-3 from 
Redhat Fedora Extras development tree.

The compiler said

1.

first32.c(303): warning #269: invalid format string conversion

The source code is

        return sprintf(op, "%@", ip);

I've checked the man page for sprintf, and I cannot see %@ specified.

Maybe it should be changed to something else.

2.

first32.c(333): warning #269: invalid format string conversion

Duplicate.

3.

stddef.h(3): warning #910: declaration of "size_t" does not match the
expected type "unsigned int"

The source code is

typedef int     size_t;

ISO C requires size_t to be an unsigned type. Suggest

typedef unsigned int size_t;


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Christian Iseli 2007-01-17 23:20:45 UTC
FC3 and FC4 have now been EOL'd.

Please check the ticket against a current Fedora release, and either adjust the
release number, or close it if appropriate.

Thanks.

Your friendly BZ janitor :-)

Comment 2 petrosyan 2008-02-07 00:11:40 UTC
Fedora Core 3 is not maintained anymore.

Setting status to "INSUFFICIENT_DATA". If you can reproduce this bug in the
current Fedora release please reopen this bug and assign it to the corresponding
Fedora version.


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