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

Bug#105286: marked as done (epic: CTCP PING parse error)



Your message dated Mon, 8 Mar 2004 21:37:15 +0100
with message-id <20040308203715.GF5647@djpig.de>
and subject line removed
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; 15 Jul 2001 02:45:03 +0000
>From glenn@zewt.org Sat Jul 14 21:45:03 2001
Return-path: <glenn@zewt.org>
Received: from h0040333b7dc3.ne.mediaone.net [::ffff:65.96.118.26] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15Lbu3-0003yZ-00; Sat, 14 Jul 2001 21:45:03 -0500
Received: by h0040333b7dc3.ne.mediaone.net (Postfix, from userid 1000)
	id 5403010C97615; Sat, 14 Jul 2001 22:44:40 -0400 (EDT)
From: Glenn Maynard <glenn@zewt.org>
Subject: epic: CTCP PING parse error
To: submit@bugs.debian.org
X-Mailer: bug 3.3.9
Message-Id: <20010715024440.5403010C97615@h0040333b7dc3.ne.mediaone.net>
Date: Sat, 14 Jul 2001 22:44:40 -0400 (EDT)
Delivered-To: submit@bugs.debian.org

Package: epic
Version: N/A
Severity: normal

ctcp.c line 493:
if ((usec = index(sec, ' ')))
{
	*usec++ = 0;
	tusec = t.tv_usec - atoi(usec);
}

This will parse "1234567 ", "1234567 foo", and so on as microsecond data
and will do the subtraction.  (This, in part, caused a bug in the Splitfire
script--it was sending "$time() " and it looked like it was reporting us
data.)

Reasonable fix:
if ((usec = index(sec, ' ')))
{
	*usec++ = 0;
	if(isdigit(usec[0]))
		tusec = t.tv_usec - atoi(usec);
}

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux zewt.org 2.4.4-xfs #2 SMP Sun May 27 17:49:22 EDT 2001 i686 unknown


---------------------------------------
Received: (at 105286-done) by bugs.debian.org; 8 Mar 2004 20:37:40 +0000
>From frank@lichtenheld.de Mon Mar 08 12:37:40 2004
Return-path: <frank@lichtenheld.de>
Received: from sorgfalt.net (mail.sorgfalt.net) [217.160.169.191] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B0RVL-0003pU-00; Mon, 08 Mar 2004 12:37:40 -0800
Received: from pd953086c.dip.t-dialin.net ([217.83.8.108] helo=djpig.djpig.de)
	by mail.sorgfalt.net with asmtp 
	(Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.35 (Sorgfalt))
	id 1B0RVJ-0008Rx-00; Mon, 08 Mar 2004 21:37:39 +0100
Received: from djpig by djpig.djpig.de with local (Exim 3.35 #1 (Debian))
	id 1B0RUz-0004GE-00; Mon, 08 Mar 2004 21:37:17 +0100
Date: Mon, 8 Mar 2004 21:37:15 +0100
From: Frank Lichtenheld <djpig@debian.org>
To: 79979-done@bugs.debian.org, 105286-done@bugs.debian.org,
	116900-done@bugs.debian.org, 183005-done@bugs.debian.org,
	34035-done@bugs.debian.org, 130892-done@bugs.debian.org
Subject: removed
Message-ID: <20040308203715.GF5647@djpig.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Sender: Frank Lichtenheld <frank@lichtenheld.de>
Delivered-To: 105286-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_08 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no 
	version=2.60-bugs.debian.org_2004_03_08
X-Spam-Level: 

epic was removed from Debian unstable today. Closing its bugs.
[Date: Mon,  8 Mar 2004 14:12:02 -0500] [ftpmaster: James Troup]
Removed the following packages from unstable:

epic |   3.004-20 | source, alpha, arm, hppa, i386, ia64, m68k,
                    mips, mipsel, powerpc, s390, sparc
Closed bugs: 184670

------------------- Reason -------------------
RoQA: oprhaned, superseded by epic4.
----------------------------------------------

Gruesse,
-- 
Frank Lichtenheld <djpig@debian.org>
www: http://www.djpig.de/



Reply to: