Your message dated Wed, 17 Aug 2005 22:22:28 +0100
with message-id <[EMAIL PROTECTED]>
and subject line fixed
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; 10 Feb 2005 04:11:19 +0000
>From [EMAIL PROTECTED] Wed Feb 09 20:11:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mx2.stlawu.edu [199.0.76.10]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cz5fj-0007Ov-00; Wed, 09 Feb 2005 20:11:19 -0800
Received: from localhost (localhost.localdomain [127.0.0.1])
by dummy.domain.name (Postfix) with ESMTP id 01091122DF8;
Wed, 9 Feb 2005 23:10:49 -0500 (EST)
Received: from mx2.stlawu.edu ([127.0.0.1])
by localhost (mx1.stlawu.edu [127.0.0.1]) (amavisd-new, port 10025)
with ESMTP id 32257-04; Wed, 9 Feb 2005 23:10:48 -0500 (EST)
Received: from cyberia.stlawu.edu (cyberia.stlawu.edu [10.32.122.39])
by mx2.stlawu.edu (Postfix) with ESMTP id DD132122DE7;
Wed, 9 Feb 2005 23:10:48 -0500 (EST)
Received: from pryzbyj by cyberia.stlawu.edu with local (Exim 3.36 #1 (Debian))
id 1Cz5fE-0005in-00; Wed, 09 Feb 2005 23:10:48 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Justin Pryzby <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ratfor: include statement fails
X-Mailer: reportbug 3.2
Date: Wed, 09 Feb 2005 23:10:48 -0500
Message-Id: <[EMAIL PROTECTED]>
Sender: Justin Pryzby <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new at stlawu.edu
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: ratfor
Version: 1.0-8
Severity: normal
I'm running ratfor on an input file (now, just a single-line test
file). It fails to correctly parse the include line. If I try to
include a file called "s" (include s), then it will call open(""); If
I try to includea file called "ssss", then it will call open("ss").
It always seems to truncate the filename two characters before it
should.
That's a potential buffer underflow, even: buf[-2]=0.
---------------------------------------
Received: (at 294509-done) by bugs.debian.org; 17 Aug 2005 21:22:31 +0000
>From [EMAIL PROTECTED] Wed Aug 17 14:22:30 2005
Return-path: <[EMAIL PROTECTED]>
Received: from palace.statslab.cam.ac.uk [131.111.20.12] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E5VMk-0005py-00; Wed, 17 Aug 2005 14:22:30 -0700
Received: from afrb2 by palace.statslab.cam.ac.uk with local (Exim 3.35 #1
(Debian))
id 1E5VMi-0006A9-00
for <[EMAIL PROTECTED]>; Wed, 17 Aug 2005 22:22:28 +0100
To: [EMAIL PROTECTED]
Subject: fixed
Date: Wed, 17 Aug 2005 22:22:28 +0100
From: Alan Bain <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no
version=2.60-bugs.debian.org_2005_01_02
Include file handling is fixed in ratfor_1.0-10 release to work with
files without quotes (as in original ratfor spec) and file names
enclosed by single or double quotes so all of:
include file
include "file"
include 'file'
are accepted.
Alan Bain
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]