Package: ckermit
Version: 302-1
Severity: normal

Run `kermit -C "echo "\v(dialmessage)"'.  You get a segfault while
trying to print `\v(dialstate)'.  What's happening?  `dialsta' is
initialized to DIA_UNK = -1 (ckudia.c), and then used to index an array
of strings `dialmsg' (nvlook, ckuus4.c).

I hacked my copy by guarding the indexing of `dialmsg':

        ckstrncpy(vvbuf,
                  dialsta < 0 ? "(none)" : dialmsg[dialsta],
                  VVBUFL);

but I'm sure there's a better way.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ckermit depends on:
ii  debconf [debconf-2.0]  1.5.40               
ii  libc6                  2.13-21              
ii  libcomerr2             1.42~WIP-2011-07-02-1
ii  libgssapi-krb5-2       1.10+dfsg~beta1-2    
ii  libk5crypto3           1.10+dfsg~beta1-2    
ii  libkrb5-3              1.10+dfsg~beta1-2    
ii  libncurses5            5.9-2                
ii  libpam0g               1.1.3-4              
ii  libssl1.0.0            1.0.0e-2             
ii  libtinfo5              5.9-2                

Versions of packages ckermit recommends:
ii  openbsd-inetd [inet-superserver]  0.20091229-1
ii  openssh-client [ssh-client]       1:5.9p1-1   

ckermit suggests no packages.

-- debconf information:
  ckermit/iksd-anon: false
  ckermit/iksd-no-inetd:
  ckermit/iksd-anondir: /home/ftp
* ckermit/iksd: false

-- debsums errors found:
dpkg-query: warning: parsing file '/var/lib/dpkg/status' near line 1581 package 
'anag':
 missing architecture
dpkg-query: warning: parsing file '/var/lib/dpkg/status' near line 30022 
package 'priv':
 missing architecture



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to