Bug 144281

Summary: 2 * printf-style problems
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: cfengineAssignee: Thomas Woerner <twoerner>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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-11-21 13:25:37 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-01-05 15:49:44 UTC
Description of problem:

I just tried to compile package cfengine-2.1.11-1 from 
Redhat Fedora development tree.

The compiler said

1.

edittools.c(1434): warning #267: the format string requires additional
arguments

The source code is

      snprintf(OUTPUT,CF_BUFSIZE,"File %s did not exist and was marked
for editing");

One %s specifier, no trailing parameters. Suggest code rework.

2.

eval.c(694): warning #267: the format string requires additional arguments

The source code is

      Debug4("Checking AND Atom %s?\n");

Suggest add trailing parameter.


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Thomas Woerner 2005-11-21 13:25:37 UTC
I am sorry, but cfengine did not make it into fedora core at the end.

Clogin as WONTFIX.