Package: imagemagick / 8:6.8.9.9-5+deb8u12
Metadata
| Package | Version | Patches format |
|---|---|---|
| imagemagick | 8:6.8.9.9-5+deb8u12 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0001 Use svg instead of png for generating class diagram.patch | (download) |
config/Magick++.dox.in |
4 2 + 2 - 0 ! |
[patch] use svg instead of png for generating class diagram Use svg instead of png in order to get better compression ratio of doc package. Quality is also improved. |
| 0002 Fix html documents.patch | (download) |
www/Magick++/Drawable.html |
16 8 + 8 - 0 ! |
[patch] fix html documents Fix html documents in order to be conformant. |
| 0003 Fix meta tag damage in html documentation.patch | (download) |
index.html |
4 2 + 2 - 0 ! |
[patch] fix meta tag damage in html documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream use broken meta tag |
| 0004 Fix remaining html error.patch | (download) |
www/changelog.html |
15 8 + 7 - 0 ! |
[patch] fix remaining html error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
| 0005 Avoid crash and DOS with special crafted jpeg file.patch | (download) |
magick/property.c |
2 2 + 0 - 0 ! |
[patch] avoid crash and dos with special crafted jpeg file Some special crafted JPEG file could lead to dos due to missing check in embeded EXIF properties (EXIF directory offsets must be greater than 0). Fix CVE-2014-8716. |
| 0006 Avoid an infinite loop.patch | (download) |
config/english.xml |
3 3 + 0 - 0 ! |
[patch] avoid an infinite loop Avoid an infinite loop if too many object in vision.c This could lead to a DOS. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@16864 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0007 Quit earlier in case of corrupted pnm image.patch | (download) |
coders/pnm.c |
2 1 + 1 - 0 ! |
[patch] quit earlier in case of corrupted pnm image Do not try to read a corrupted pnm file. Bail early. Fix a segv and thus a DOS git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@16867 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0008 Added missing calls to RelinquishUniqueFileResource.patch | (download) |
coders/dcm.c |
28 13 + 15 - 0 ! |
[patch] added missing calls to relinquishuniquefileresource. Avoid to leak fd in case of error. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@16971 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0009 Fix a double free in pdb coder.patch | (download) |
coders/pdb.c |
58 29 + 29 - 0 ! |
[patch] fix a double free in pdb coder Fix a double free and thus a DOS in pdb coder git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17080 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0010 Fix handling of corrupted dpc and xwd image.patch | (download) |
coders/dpx.c |
2 2 + 0 - 0 ! |
[patch] fix handling of corrupted dpc and xwd image Avoid a segv thus a DOS. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17092 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0011 Bail out early in case of malformed dpx file.patch | (download) |
coders/dpx.c |
11 9 + 2 - 0 ! |
[patch] bail out early in case of malformed dpx file Avoid a SEGV. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17112 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0012 Avoid SEGV in malformed xwd file.patch | (download) |
coders/xwd.c |
94 74 + 20 - 0 ! |
[patch] avoid segv in malformed xwd file Check the malformed xwd file. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17114 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0013 Avoid a NULL dereference in ps handling.patch | (download) |
coders/ps.c |
13 8 + 5 - 0 ! |
[patch] avoid a null dereference in ps handling GetStringInfoDatum(NULL) will likely crash. Avoid it. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17117 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0014 Avoid out of bound access in xwd file handling.patch | (download) |
coders/xwd.c |
12 8 + 4 - 0 ! |
[patch] avoid out of bound access in xwd file handling git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17119 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0015 Fix a SEGV with corrupted viff image.patch | (download) |
coders/viff.c |
115 47 + 68 - 0 ! |
[patch] fix a segv with corrupted viff image git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17110 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0016 Fix a null pointer dereference in wpg file handling.patch | (download) |
coders/wpg.c |
85 55 + 30 - 0 ! |
[patch] fix a null pointer dereference in wpg file handling git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17126 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0017 Do not continue on corrupted wpg file.patch | (download) |
coders/wpg.c |
29 15 + 14 - 0 ! |
[patch] do not continue on corrupted wpg file git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17127 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0018 Avoid a out of bound acess in viff image.patch | (download) |
coders/viff.c |
36 21 + 15 - 0 ! |
[patch] avoid a out of bound acess in viff image git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17131 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0019 Avoid a heap buffer overflow in pdb file handling.patch | (download) |
coders/pdb.c |
6 2 + 4 - 0 ! |
[patch] avoid a heap buffer overflow in pdb file handling git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17132 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0020 Avoid an out of bound acess on malformed sun file.patch | (download) |
coders/sun.c |
36 25 + 11 - 0 ! |
[patch] avoid an out of bound acess on malformed sun file git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17137 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0021 Avoid heap overflow in palm pnm and xpm files.patch | (download) |
coders/palm.c |
63 30 + 33 - 0 ! |
[patch] avoid heap overflow in palm, pnm and xpm files git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17140 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0022 Fix heap overflow in quantum.c palm image handling a.patch | (download) |
coders/palm.c |
2 1 + 1 - 0 ! |
[patch] fix heap overflow in quantum.c, palm image handling and psd image handling. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17142 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0023 Fix compile problem due to previous patch.patch | (download) |
coders/xpm.c |
2 1 + 1 - 0 ! |
[patch] fix compile problem due to previous patch git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17144 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0024 Do not try to read corrupted sun image.patch | (download) |
coders/sun.c |
16 9 + 7 - 0 ! |
[patch] do not try to read corrupted sun image git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17146 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0025 Fix handling of corrupted of psd sun and xpm file.patch | (download) |
coders/psd.c |
4 2 + 2 - 0 ! |
[patch] fix handling of corrupted of psd, sun and xpm file Fix a heap overflow in psd file. Bail early in xpm file. Fix error handling in sun file. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17149 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0026 Fix corrupted too many colors psd file.patch | (download) |
coders/psd.c |
8 7 + 1 - 0 ! |
[patch] fix corrupted (too many colors) psd file git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17151 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0027 Fix out of bound access in sun image handling.patch | (download) |
coders/sun.c |
3 1 + 2 - 0 ! |
[patch] fix out of bound access in sun image handling It the merge of rev 17153 and rev 17155 |
| 0028 Fix ImageMagick crashes while read EXIF from TIFF.patch | (download) |
coders/tiff.c |
28 16 + 12 - 0 ! |
[patch] fix imagemagick crashes while read exif from tiff git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17157 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0029 Fix handling of corrupted sun and wpg file.patch | (download) |
coders/sun.c |
2 2 + 0 - 0 ! |
[patch] fix handling of corrupted sun and wpg file git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17165 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0030 Fix heap overflow in pcx file psd pict and wpf files.patch | (download) |
coders/pcx.c |
2 1 + 1 - 0 ! |
[patch] fix heap overflow in pcx file, psd, pict and wpf files and DOS in xpm file The rest of the upstream patch is only whitespace change. Do not commit it. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17166 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0031 Fix compile error in previous fix of sun file.patch | (download) |
coders/sun.c |
2 2 + 0 - 0 ! |
[patch] fix compile error in previous fix of sun file git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17171 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0032 Additional PNM sanity checks.patch | (download) |
coders/pnm.c |
10 7 + 3 - 0 ! |
[patch] additional pnm sanity checks bug: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26682 git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17200 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0033 Robustify xmp and pnm reader.patch | (download) |
coders/pnm.c |
8 3 + 5 - 0 ! |
[patch] robustify xmp and pnm reader git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17240 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0034 Detect allocation error earlier.patch | (download) |
magick/cache.c |
3 2 + 1 - 0 ! |
[patch] detect allocation error earlier Avoid a segv due to NULL pointer dereference git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17243 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0035 Avoid a crash in coders rle.c.patch | (download) |
coders/rle.c |
24 18 + 6 - 0 ! |
[patch] avoid a crash in coders/rle.c git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17255 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0036 Avoid an overflow in ConstrainColormapIndex.patch | (download) |
magick/colormap-private.h |
2 1 + 1 - 0 ! |
[patch] avoid an overflow in constraincolormapindex ConstrainColormapIndex is used like array[ConstrainColormapIndex]. Test if cast to ssize_t render it negative and thus crash later |
| 0037 Avoid an out of bound access in palm file.patch | (download) |
coders/palm.c |
3 2 + 1 - 0 ! |
[patch] avoid an out of bound access in palm file git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17291 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0038 Fix another crash in pnm and xpm parser.patch | (download) |
coders/pnm.c |
2 1 + 1 - 0 ! |
[patch] fix another crash in pnm and xpm parser git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17297 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0039 Fixed throwing of exceptions in psd handling and fix.patch | (download) |
coders/psd.c |
24 14 + 10 - 0 ! |
[patch] fixed throwing of exceptions in psd handling and fix a memory leak git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17308 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0040 Fixed boundary checks in DecodePSDPixels.patch | (download) |
coders/psd.c |
72 36 + 36 - 0 ! |
[patch] fixed boundary checks in decodepsdpixels. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17310 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0041 Fix another out of bound problem in rle file.patch | (download) |
coders/rle.c |
9 7 + 2 - 0 ! |
[patch] fix another out of bound problem in rle file git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17336 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0042 Fix crash due to corrupted dib file.patch | (download) |
coders/dib.c |
39 38 + 1 - 0 ! |
[patch] fix crash due to corrupted dib file git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17343 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0043 Added checks to prevent overflow in rle file.patch | (download) |
coders/rle.c |
32 25 + 7 - 0 ! |
[patch] added checks to prevent overflow in rle file git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17348 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0044 Impose a limit of 10 million columns or rows in an i.patch | (download) |
coders/png.c |
5 5 + 0 - 0 ! |
[patch] impose a limit of 10 million columns or rows in an input png. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17368 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0045 Avoid heap overflow in rle file.patch | (download) |
coders/rle.c |
2 1 + 1 - 0 ! |
[patch] avoid heap overflow in rle file git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17372 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0046 Don t try to handle a previous image in the JNG deco.patch | (download) |
coders/png.c |
12 2 + 10 - 0 ! |
[patch] don't try to handle a "previous" image in the jng decoder. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17078 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 http://trac.imagemagick.org/changeset/17078 |
| 0047 Avoid a memory leak in quantum management.patch | (download) |
magick/quantum.c |
12 10 + 2 - 0 ! |
[patch] avoid a memory leak in quantum management Note that upstream magick/colormap-private.h patch is buggy and already applied in the patch queue. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17207 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0048 Avoid a crash in png coder.patch | (download) |
coders/png.c |
22 11 + 11 - 0 ! |
[patch] avoid a crash in png coder Move some code earlier in order to avoid non initialised pointer. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17209 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0049 Avoid heap overflow.patch | (download) |
coders/fits.c |
2 1 + 1 - 0 ! |
[patch] avoid heap overflow Avoid to allocate too much memory git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17210 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0050 Thread limit should be at least 1.patch | (download) |
magick/resource.c |
2 2 + 0 - 0 ! |
[patch] thread limit should be at least 1. Limit thread when thread limit is 0. It is a logic error that could lead to ressource exhaustion. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17282 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0051 Fixed parsing resource block.patch | (download) |
coders/psd.c |
15 8 + 7 - 0 ! |
[patch] fixed parsing resource block. Avoid a crash git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17305 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0052 Fixed usage of object after it has been destroyed an.patch | (download) |
magick/distribute-cache.c |
16 9 + 7 - 0 ! |
[patch] fixed usage of object after it has been destroyed and removed unused argument. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17332 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0053 Create IsValidColormapIndex function.patch | (download) |
magick/colormap-private.h |
14 14 + 0 - 0 ! |
[patch] create isvalidcolormapindex function This function will be used to avoid a memory leak in rle. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17379 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0054 Replaced calls to ConstrainColormapIndex with IsVali.patch | (download) |
coders/rle.c |
41 30 + 11 - 0 ! |
[patch] replaced calls to constraincolormapindex with IsValidColormapIndex. Avoid a memory leak. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17385 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0055 During identification of image do not fill memory.patch | (download) |
coders/tiff.c |
3 2 + 1 - 0 ! |
[patch] during identification of image do not fill memory This create a security risk (DOS) by filling all memory during identification of image. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17413 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
| 0056 Fix correctly the xpm crash problem.patch | (download) |
coders/xpm.c |
11 6 + 5 - 0 ! |
[patch] fix correctly the xpm crash problem The xpm crash was fixed but the xpm result was not correct (xpm file was destroyed). Fix correctly. Bug-Debian: https://bugs.debian.org/773980 |
| 0057 Fix a miff security bug.patch | (download) |
coders/miff.c |
22 20 + 2 - 0 ! |
[patch] fix a miff security bug Specially crafted MIFF file could lead to DOS by using excessive CPU. Fix TEMP-0000000-FDAC72 |
| 0058 Fix a DOS in viccar file handling.patch | (download) |
coders/vicar.c |
2 2 + 0 - 0 ! |
[patch] fix a dos in viccar file handling The current code does not check for EOF condition leading to infinite loop |
| 0059 Fix a DOS in HDR file.patch | (download) |
coders/hdr.c |
36 20 + 16 - 0 ! |
[patch] fix a dos in hdr file Fixed infinite loop and added checks for the sscanf result. git-svn-id: https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6@17846 aa41f4f7-0bf4-0310-aa73-e5a19afd5a74 |
