Bug 143296
Summary: | pbmtext segfaults when passed Greek characters as input. | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dimitris <centos> | ||||
Component: | netpbm | Assignee: | Jindrich Novy <jnovy> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 3 | CC: | pknirsch | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | athlon | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2005-01-12 09:53:17 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
Dimitris
2004-12-18 09:51:41 UTC
Hello Dimitris, maybe the problem was in the old libpng where I saw the segfaults, does it work for you if you upgrade to libpng-1.2.8? http://sunsite.mff.cuni.cz/pub/fedora/development/i386/Fedora/RPMS/libpng-1.2.8-1.i386.rpm I'm unable to reproduce this bug any more after the upgrade. I've contacted the author of the package and here is his reply: "There's a bug in the latest release of Netpbm (10.25) that causes that crash whenever a character of the input text has an ASCII code greater than 127." He also said that version 10.18.17 does not have the bug, and that the next release due out this month (maybe its already out?) will have the bug fixed. I dont think the problem is with libpng. Maybe you updated your netpbm package at some point? Created attachment 109614 [details]
Fixed pbmtext.c without the bug for high ascii characters (file came from the author directly)
Dimitris, yes, I build the netpbm-10.26 recently and it resolves your problem. Please update to it from: http://sunsite.mff.cuni.cz/pub/fedora/development/i386/Fedora/RPMS/netpbm-10.26-1.i386.rpm The pbmtext.c source you attached is identical to the one in this release. Thanks for the bugreport. |