Package: imagemagick
Version: 7:6.5.0.0-2
Severity: normal
Tags: patch upstream

Hello,

iconv foo.jpg foo.ubrl

always segfaults because of a stupid bug in the braille coder I had
written, here is the patch I have sent upstream.

Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages imagemagick depends on:
ii  libbz2-1.0             1.0.5-1           high-quality block-sorting file co
ii  libc6                  2.9-4             GNU C Library: Shared libraries
ii  libfontconfig1         2.6.0-3           generic font configuration library
ii  libfreetype6           2.3.7-2           FreeType 2 font engine, shared lib
ii  libglib2.0-0           2.18.4-2          The GLib library of C routines
ii  libgomp1               4.3.3-3           GCC OpenMP (GOMP) support library
ii  libice6                2:1.0.5-1         X11 Inter-Client Exchange library
ii  libjpeg62              6b-14             The Independent JPEG Group's JPEG 
ii  liblcms1               1.17.dfsg-1       Color management library
ii  liblqr-1-0             0.3.0-1           converts plain array images into m
ii  libmagickcore2         7:6.5.0.0-2       low-level image manipulation libra
ii  libmagickwand2         7:6.5.0.0-2       image manipulation library
ii  libsm6                 2:1.1.0-2         X11 Session Management library
ii  libtiff4               3.8.2-11          Tag Image File Format (TIFF) libra
ii  libx11-6               2:1.2-1           X11 client-side library
ii  libxext6               2:1.0.4-1         X11 miscellaneous extension librar
ii  libxt6                 1:1.0.5-3         X11 toolkit intrinsics library
ii  zlib1g                 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages imagemagick recommends:
ii  imagemagick-doc              7:6.5.0.0-2 document files of ImageMagick

Versions of packages imagemagick suggests:
ii  transfig                 1:3.2.5-rel-3.1 Utilities for converting XFig figu

-- no debconf information

-- 
Samuel
 RR> Ce que je cherche à démontrer, c'est qu'il est injuste de faire
 RR> l'amalgame entre du bulk mail et du courrier non-solicité très ciblé
 un suppositoire non reclamé, meme tres bien ciblé, reste un suppositoire.
 -+-OS in : Guide du Neuneu d'Usenet - Plein le cul de la pub à neuneu -+-
--- coders/braille.c.orig       2009-03-27 10:22:49.000000000 +0100
+++ coders/braille.c    2009-03-27 10:22:52.000000000 +0100
@@ -328,7 +328,6 @@
     }
     if (!iso_11548_1)
       (void) WriteBlobByte(image,'\n');
-    image=SyncNextImageInList(image);
     status=SetImageProgress(image,SaveImageTag,y,image->rows);
     if (status == MagickFalse)
       break;

Reply via email to