Bug 123169

Summary: bmptoppm: Zero byte allocation
Product: [Fedora] Fedora Reporter: Gregory Gulik <greg>
Component: netpbmAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
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-07-02 16:04:20 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 Gregory Gulik 2004-05-13 15:13:06 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040124

Description of problem:
When running bmptoppm to convert a valid BMP file to a PPM file the
error "Zero byte allocation" is returned.

Version-Release number of selected component (if applicable):
netpbm-10.19-7
netpbm-progs-10.19-7

How reproducible:
Always

Steps to Reproduce:
1. Create a BMP file
2. Run bmptoppm a.bmp > a.ppm
3.    

Actual Results:  [greg@crashnburn tmp]$ bmptoppm S400_img_2547.bmp > a.ppm
bmptoppm: Windows BMP, 1842x1374x24
bmptoppm: Zero byte allocation


Expected Results:  The file should be converted to a PPM file without
error.  I tried the same file on a Fedora Core 1 system and it worked
without error.

Additional info:

A sample file that produces this error can be found here:
http://www.gagme.com/greg/tmp/S400_img_2547.bmp

Comment 1 Phil Knirsch 2004-07-02 16:04:20 UTC
Found the bug, netpbm-10.22-2 and later will contain the fix.

Read ya, Phil