Package: le-dico-de-rene-cougnenc
Version: 1.3-2
Severity: grave
Tags: patch
Justification: renders package unusable

On 64-bit architectures, the package simply segfault. The patch below 
fixes the problem.

--- le-dico-de-rene-cougnenc-1.3.orig/src/dico.c
+++ le-dico-de-rene-cougnenc-1.3/src/dico.c
@@ -273,13 +273,13 @@
  *              Pour l'instant, il n'y en que deux :-)
  *
  */
-options( char *c )
+options( int c )
 {
  char fname[127] ;
  char buf[80];
  FILE *fp ;
 
-    switch ( (int) c )
+    switch ( c )
     {
         case 'v': /* Affiche la date mise a jour dico, fichier version.dic */
 
@@ -824,7 +824,7 @@
            
           char* retval;
           char *tmp;
-          int s_lng,tmp_lng;
+          size_t s_lng,tmp_lng;
 
 #ifdef linux
         iconv_t cd ;


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-xen-amd64
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)

Versions of packages le-dico-de-rene-cougnenc depends on:
ii  libc6                        2.3.6.ds1-8 GNU C Library: Shared libraries

le-dico-de-rene-cougnenc recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to