Bug 114367

Summary: printf problems
Product: [Fedora] Fedora Reporter: d.binderman
Component: groffAssignee: Thomas Woerner <twoerner>
Status: CLOSED UPSTREAM QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
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: 2004-02-06 13:19:00 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 d.binderman 2004-01-27 12:17:23 UTC
Description of problem:

I just tried to compile package groff-1.18.1-29 from Redhat
Fedora Core 1.

The compiler said

1.

lbp.h(234): warning #268: the format string ends before this argument

The source code is

        vdmprintf("}6%s%s%s%s%s%s%s%s\x1e",vdmnum(arcopen,op),\
                vdmnum(centerx,x),vdmnum(centery,y),\
                vdmnum(radius,rad),vdmnum(startx,stx),vdmnum(starty,sty),\
                vdmnum(endx,enx),vdmnum(endy,eny),vdmnum(style,styl));

I make that eight %s specifiers and nine parameters afterwards.

I'm not sure what the fix is for this.



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 2004-02-06 13:19:00 UTC
This will be fixed upstream.