Bug 150147

Summary: bad format string
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: clamavAssignee: Enrico Scholz <rh-bugzilla>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-02 22:32:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.