[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#174060: marked as done (dpkg: md5sum -c segfault if expects a file and gets a directory)



Your message dated Mon, 23 Dec 2002 15:46:16 +0100
with message-id <20021223144616.GI4476@wiggy.net>
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 pzn@terra.com.br Mon Dec 23 08:22:07 2002
Return-path: <pzn@terra.com.br>
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 <pzn@terra.com.br>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: dpkg: md5sum -c segfault if expects a file and gets a directory
Message-ID: <[🔎] 20021223141656.GA14256@mantis.autsens.localnet>
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 <pzn@terra.com.br>
Delivered-To: submit@bugs.debian.org
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 wichert@wiggy.net Mon Dec 23 08:46:21 2002
Return-path: <wichert@wiggy.net>
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 <wichert@wiggy.net>
To: Pedro Zorzenon Neto <pzn@terra.com.br>, 174060-done@bugs.debian.org
Subject: Re: Bug#174060: dpkg: md5sum -c segfault if expects a file and gets a directory
Message-ID: <20021223144616.GI4476@wiggy.net>
References: <[🔎] 20021223141656.GA14256@mantis.autsens.localnet>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 20021223141656.GA14256@mantis.autsens.localnet>
User-Agent: Mutt/1.3.28i
Delivered-To: 174060-done@bugs.debian.org
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 <wichert@wiggy.net>           http://www.wiggy.net/
A random hacker



Reply to: