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

Bug#231275: marked as done (dvidvi: fail on some big DVI files)



Your message dated Sun, 01 May 2005 19:32:08 -0400
with message-id <E1DSNuy-0008BP-00@newraff.debian.org>
and subject line Bug#231275: fixed in dvidvi 1.0-6
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; 5 Feb 2004 15:08:10 +0000
>From bayartb@edgard.fdn.fr Thu Feb 05 07:08:10 2004
Return-path: <bayartb@edgard.fdn.fr>
Received: from ns0.fdn.org (jabba.fdn.fr) [80.67.169.12] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Aol6w-0005Ca-00; Thu, 05 Feb 2004 07:08:10 -0800
Received: from jabba.fdn.fr (uucp@localhost [127.0.0.1])
	by jabba.fdn.fr (8.12.3/8.12.3/FDN) with ESMTP id i15F87Z1011941
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO)
	for <submit@bugs.debian.org>; Thu, 5 Feb 2004 16:08:07 +0100
Received: (from uucp@localhost)
	by jabba.fdn.fr (8.12.3/8.12.3/Debian-6.6) with UUCP id i15F87DK011940
	for submit@bugs.debian.org; Thu, 5 Feb 2004 16:08:07 +0100
Received: from localhost (achille [192.168.0.1])
	by edgard.edgard.dyn.fdn.fr (Postfix) with ESMTP id E1FF55BE0E
	for <submit@bugs.debian.org>; Thu,  5 Feb 2004 16:04:45 +0100 (CET)
Received: from bayartb by localhost with local (Exim 3.36 #1 (Debian))
	id 1Aol36-0000sl-00; Thu, 05 Feb 2004 16:04:12 +0100
Content-Type: multipart/mixed; boundary="===============0829416907=="
MIME-Version: 1.0
From: Benjamin BAYART <bayartb@edgard.fdn.fr>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: dvidvi: fail on some big DVI files
X-Mailer: reportbug 2.39
Date: Thu, 05 Feb 2004 16:04:12 +0100
Message-Id: <E1Aol36-0000sl-00@localhost>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_01 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
	version=2.60-bugs.debian.org_2004_02_01
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0829416907==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: dvidvi
Version: 1.0.1-1
Severity: normal


For example:
bayartb@edgard:~$ dvidvi -f '(@1)91' -l '(@1)180' manuel3.dvi essai.dvi

This is dvidvi 1.0, Copyright (C) 1988-91, Radical Eye Software
manuel3.dvi -> essai.dvi
[111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]
[123] 
[124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135]
[136] 
[137] [138] [139] [140] [141] [142free(): invalid pointer 0x40018000!
! unexpected eof on DVI file

The proposed patch solves the problem


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux achille 2.4.22 #4 SMP Tue Jan 27 18:24:18 CET 2004 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages dvidvi depends on:
ii  libc6                       2.3.2.ds1-10 GNU C Library: Shared libraries an
ii  tetex-bin                   2.0.2-5.1    The teTeX binary files

-- no debconf information


--===============0829416907==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="/tmp/patch"

--- dvidvi-1.0/dvidvi.c	1997-10-05 13:28:02.000000000 +0200
+++ dvidvi-1.0-benj/dvidvi.c	2004-01-31 14:56:06.000000000 +0100
@@ -289,9 +289,12 @@
 void stringdvibuf(p,n)
 integer p,n;
 {
+  char *tmp;
   fseek(infile,p,SEEK_SET);
+  tmp = temp;
   while ( n-- > 0 )
     *temp++ = dvibyte();
+  temp=tmp;
 }
 
 /*

--===============0829416907==--

---------------------------------------
Received: (at 231275-close) by bugs.debian.org; 1 May 2005 23:47:41 +0000
>From katie@ftp-master.debian.org Sun May 01 16:47:41 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DSOA1-0002kZ-00; Sun, 01 May 2005 16:47:41 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DSNuy-0008BP-00; Sun, 01 May 2005 19:32:08 -0400
From: Matej Vela <vela@debian.org>
To: 231275-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#231275: fixed in dvidvi 1.0-6
Message-Id: <E1DSNuy-0008BP-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 01 May 2005 19:32:08 -0400
Delivered-To: 231275-close@bugs.debian.org
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: dvidvi
Source-Version: 1.0-6

We believe that the bug you reported is fixed in the latest version of
dvidvi, which is due to be installed in the Debian FTP archive:

dvidvi_1.0-6.diff.gz
  to pool/main/d/dvidvi/dvidvi_1.0-6.diff.gz
dvidvi_1.0-6.dsc
  to pool/main/d/dvidvi/dvidvi_1.0-6.dsc
dvidvi_1.0-6_i386.deb
  to pool/main/d/dvidvi/dvidvi_1.0-6_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 231275@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated dvidvi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon,  2 May 2005 01:00:51 +0200
Source: dvidvi
Binary: dvidvi
Architecture: source i386
Version: 1.0-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 dvidvi     - Manipulate .dvi files
Closes: 231275
Changes: 
 dvidvi (1.0-6) unstable; urgency=low
 .
   * QA upload.
   * dvidvi.c (stringdvibuf): Fix "unexpected eof" error; thanks to
     Benjamin BAYART for the patch.  Closes: #231275.
   * Switch to debhelper 4.
   * debian/rules: Add support for DEB_BUILD_OPTIONS=noopt.
   * Conforms to Standards version 3.6.1.
Files: 
 8d4aeb294f94693936c6b10e1f7ee917 553 tex optional dvidvi_1.0-6.dsc
 3279816262a9776191ed88657e1ec8d2 3534 tex optional dvidvi_1.0-6.diff.gz
 82c19a934c16638e7b988a66406cb3c5 14788 tex optional dvidvi_1.0-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCdV+sxBYivKllgY8RAkXQAKCQ70qTo9ZyoZ078aO9tZTAwfum0wCfR21w
jFzoL3zEfMHFv2XIT/LTwHA=
=Kz57
-----END PGP SIGNATURE-----



Reply to: