Bug 160429

Summary: pbmtolj segfaults
Product: [Fedora] Fedora Reporter: Jonathan Kamens <jik>
Component: netpbmAssignee: Jindrich Novy <jnovy>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 10.28-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-21 14:41:29 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:
Attachments:
Description Flags
pbm file which croaks pbmtolj none

Description Jonathan Kamens 2005-06-15 02:23:57 UTC
With netpbm-10.28-1, the attached pbm file, which is the smallest test case I
could find of this problem, causes "pbmtolj < bad.pbm > /dev/null" to coredump.
 This file does not cause pbmtolj to coredump in netpbm-10.27-4.

Comment 1 Jonathan Kamens 2005-06-15 02:23:58 UTC
Created attachment 115450 [details]
pbm file which croaks pbmtolj

Comment 2 Jindrich Novy 2005-06-21 14:41:29 UTC
This was caused by definition of NDEBUG, so assertions within the pbmtolj.c were
ignored what causes the segfault.