Bug 150147 - bad format string
Summary: bad format string
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: clamav
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Enrico Scholz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-02 22:07 UTC by David Binderman
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-02 22:32:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Binderman 2005-03-02 22:07:34 UTC
Description of problem:

I just tried to compile package clamav-0.71-2 from 
Redhat Fedora Extras development tree.

The Intel compiler said

freshclam.c(128): warning #267: the format string requires additional
arguments

The source code is

            mprintf("@Can't stat %s (critical error)\n");

maybe the programmer meant

            mprintf("@Can't stat %s (critical error)\n", cfgfile);


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Enrico Scholz 2005-03-02 22:32:36 UTC
thanks; report + patch was submitted upstream.


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