Bug 13811

Summary: Missing double quote in pstopnm script.
Product: [Retired] Red Hat Linux Reporter: David Zeitler <zeitlerdw>
Component: libgrAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2CC: zeitlerdw
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-07-12 17:28:54 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 Zeitler 2000-07-12 17:28:53 UTC
Missing double quote in pstopnm script. The problem manifests itself when
invoking the utility without either xsize or ysize.

Diffs of the fix follow:

231c231,232
<           # neither xsize nor ysize was specified; compute them from xmax
and ymax
---
>           # neither xsize nor ysize was specified; compute them from
>           # xmax and ymax
234c235
<           set xres = `(echo "scale=4";echo "if($xres>$yres)$yres";echo
"if($yres>$xres)$xres";echo "if($xres==$yres)$xres")|bc -l`
---
>           set xres = `(echo "scale=4";echo "if($xres>$yres)$yres";echo
"if($yres>$xres)$xres";echo "if($xres==$yres)$xres)|bc -l`

Comment 1 Nalin Dahyabhai 2000-07-17 21:13:43 UTC
This fix is being incorporated into netpbm-9.5-3, which will
replace libgr in the next release.