[Expired for imagemagick (Ubuntu) because there has been no activity for
60 days.]
** Changed in: imagemagick (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bug
Was this fixed upstream?
** Project changed: imagemagick => ubuntu
** No longer affects: ubuntu
** Changed in: imagemagick (Ubuntu)
Status: Fix Committed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://b
** Changed in: imagemagick
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/346474
Title:
ImageMagick interprets PGM header incorrectly
To manage notifications about
** Changed in: imagemagick (Ubuntu)
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/346474
Title:
ImageMagick interprets PGM header incorrectly
To manage notif
** Changed in: imagemagick (Ubuntu)
Status: Incomplete => New
** Changed in: imagemagick (Ubuntu)
Status: New => Triaged
** Changed in: imagemagick (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
** Branch linked: lp:debian/experimental/imagemagick
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/346474
Title:
ImageMagick interprets PGM header incorrectly
To manage notifications about this bug
Thanks for taking the time to report this bug and including a patch too.
I've tried recreating this on the Jackalope using package version
7:6.4.5.4.dfsg1-1ubuntu3 and was unable to. Looking at the source code
of imagemagick it seems to have change a bit too:
if (max_value >= 65536)
Thr
A patch that solves this issue:
p...@vitamin:~/src/imagemagick-6.3.7.9.dfsg1$ diff -u coders/orig/pnm.c
coders/pnm.c
--- coders/orig/pnm.c 2007-12-08 01:13:40.0 +0100
+++ coders/pnm.c2009-03-24 21:54:47.0 +0100
@@ -417,7 +417,7 @@
ThrowReaderException(CorruptImage