Your message dated Mon, 23 Dec 2002 15:46:16 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#174060: dpkg: md5sum -c segfault if expects a file and 
gets a directory
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Dec 2002 14:22:08 +0000
>From [EMAIL PROTECTED] Mon Dec 23 08:22:07 2002
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18QTT5-0000s1-00; Mon, 23 Dec 2002 08:22:07 -0600
Received: from adsl-nrp4-sao-c8b73a51.brdterra.com.br 
(adsl-nrp8-C8B73A51.sao.terra.com.br) [200.183.58.81] 
        by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 18QTT4-0002eM-00; Mon, 23 Dec 2002 07:22:06 -0700
Received: from mantis.autsens.localnet ([192.168.131.7] ident=mail)
        by adsl-nrp8-C8B73A51.sao.terra.com.br with esmtp (Exim 3.12 #1 
(Debian))
        id 18QTOA-0003HP-00; Mon, 23 Dec 2002 14:17:02 +0000
Received: from pzn by mantis.autsens.localnet with local (Exim 3.35 #1 (Debian))
        id 18QTO9-0003lB-00; Mon, 23 Dec 2002 12:17:01 -0200
Date: Mon, 23 Dec 2002 12:16:56 -0200
From: Pedro Zorzenon Neto <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: dpkg: md5sum -c segfault if expects a file and gets a directory
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
X-Reportbug-Version: 1.50
Sender: Pedro Zorzenon Neto <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-4.6 required=5.0
        tests=SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_MUTT
        version=2.41
X-Spam-Level: 

Package: dpkg
Version: 1.9.21
Severity: normal

  Hi,

   md5sum segfaults if it expects a file, but it is really a directory.

   to reproduce the crash:

      cd /tmp/
      mkdir a
      echo "test" > a/b
      mkdir c
      mkdir c/a
      mkdir c/a/b
      md5sum a/b > /tmp/md5
      cd c
      md5sum -c /tmp/md5         <- segmentation fault

   Thanks,
     Pedro

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux mantis 2.2.20 #1 Sat Apr 20 11:45:28 EST 2002 i686
Locale: LANG=pt_BR, LC_CTYPE=pt_BR

Versions of packages dpkg depends on:
ii  libc6                    2.3.1-5         GNU C Library: Shared libraries an
ii  libncurses5              5.2.20020112a-7 Shared libraries for terminal hand
ii  libstdc++2.10-glibc2.2   1:2.95.4-7      The GNU stdc++ library

---------------------------------------
Received: (at 174060-done) by bugs.debian.org; 23 Dec 2002 14:46:22 +0000
>From [EMAIL PROTECTED] Mon Dec 23 08:46:21 2002
Return-path: <[EMAIL PROTECTED]>
Received: from home.wiggy.net (mx1.wiggy.net) [213.84.101.140] 
([ANSl6a8ilELcrG+8dcnAWJhYFI6ZM9MW])
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18QTqX-0002MT-00; Mon, 23 Dec 2002 08:46:21 -0600
Received: from wichert by mx1.wiggy.net with local (Exim 3.35 #1 (Debian))
        id 18QTqS-00035g-00; Mon, 23 Dec 2002 15:46:16 +0100
Date: Mon, 23 Dec 2002 15:46:16 +0100
From: Wichert Akkerman <[EMAIL PROTECTED]>
To: Pedro Zorzenon Neto <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#174060: dpkg: md5sum -c segfault if expects a file and gets a 
directory
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.3.28i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-16.0 required=5.0
        tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,
              SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT,
              USER_AGENT_MUTT
        version=2.41
X-Spam-Level: 

Previously Pedro Zorzenon Neto wrote:
>    md5sum segfaults if it expects a file, but it is really a directory.

Already fixed in the current version:

[tornado;..f/utils/python/src]-26> md5sum -c /tmp
md5sum: no files checked

Wichert.

-- 
Wichert Akkerman <[EMAIL PROTECTED]>           http://www.wiggy.net/
A random hacker


Reply via email to