Your message dated Wed, 04 Jan 2012 23:03:22 +0000
with message-id <[email protected]>
and subject line Bug#471047: fixed in vobcopy 1.2.0-1
has caused the Debian Bug report #471047,
regarding vobcopy reports a write error if it gets a read error
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
471047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471047
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vobcopy
Version: 1.1.0-1
Severity: normal
Tags: patch
Around line 1736 in vobcopy.c the return of DVDReadBlocks is not checked. If
an error occurs the the -1 return is
passed unchecked to write, which fails. A confusing error message is displayed.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24.3 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages vobcopy depends on:
ii libc6 2.7-9 GNU C Library: Shared libraries
ii libdvdread3 0.9.7-8 library for reading DVDs
vobcopy recommends no packages.
-- no debconf information
Only in vobcopy-1.1.0: dvd.o
Only in vobcopy-1.1.0: MNT0EFM116-1.vob.partial
Only in vobcopy-1.1.0: vobcopy
diff -ur vobcopy-1.1.0.orig/vobcopy.c vobcopy-1.1.0/vobcopy.c
--- vobcopy-1.1.0.orig/vobcopy.c 2008-01-05 00:37:21.000000000 +0100
+++ vobcopy-1.1.0/vobcopy.c 2008-03-15 15:16:54.000000000 +0100
@@ -1736,6 +1736,12 @@
}
blocks = DVDReadBlocks( dvd_file,( offset + seek_start ),
file_block_count, bufferin );
+ if (blocks < 0)
+ {
+ fprintf (stderr, "\n[Error] DVD read error %s\n",
+ strerror (errno));
+ exit (1);
+ }
if( write( streamout, bufferin, DVD_VIDEO_LB_LEN * blocks ) < 0 )
{
fprintf( stderr, "\n[Error] Write() error\n"
--- End Message ---
--- Begin Message ---
Source: vobcopy
Source-Version: 1.2.0-1
We believe that the bug you reported is fixed in the latest version of
vobcopy, which is due to be installed in the Debian FTP archive:
vobcopy_1.2.0-1.debian.tar.gz
to main/v/vobcopy/vobcopy_1.2.0-1.debian.tar.gz
vobcopy_1.2.0-1.dsc
to main/v/vobcopy/vobcopy_1.2.0-1.dsc
vobcopy_1.2.0-1_amd64.deb
to main/v/vobcopy/vobcopy_1.2.0-1_amd64.deb
vobcopy_1.2.0.orig.tar.gz
to main/v/vobcopy/vobcopy_1.2.0.orig.tar.gz
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Barak A. Pearlmutter <[email protected]> (supplier of updated vobcopy 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 01 Jan 2012 19:26:22 +0100
Source: vobcopy
Binary: vobcopy
Architecture: source amd64
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Birch <[email protected]>
Changed-By: Barak A. Pearlmutter <[email protected]>
Description:
vobcopy - Tool to copy DVD VOBs to hard disk
Closes: 465966 471047 511978 627915 641283
Changes:
vobcopy (1.2.0-1) unstable; urgency=low
.
* New upstream release (closes: #627915)
- includes open O_CREAT permission bits patch (closes: #511978)
- now checks for read failure, in loop (closes: #471047)
- includes GNU/kFreeBSD __GLIBC__ patch (closes: #465966)
* Update debian packaging
* Quilt patches
- Hurd FTBS patch (closes: #641283),
thanks to Svante Signell <[email protected]>
- Silence scary incorrect pointer type gcc warning
- Man page slash dash hash mash, for the lintian
Checksums-Sha1:
e57a39b895f8076c05e1ab58501a79fcb1e4d94c 1226 vobcopy_1.2.0-1.dsc
f48e84b225e79a5ad2e388230d8f6e2c5d754bff 68214 vobcopy_1.2.0.orig.tar.gz
07e40ad5f7fd29c3cacb1f22e8a910bdc0529023 8497 vobcopy_1.2.0-1.debian.tar.gz
9518a1d3e5eead209f31ba382fea9f34a49fe388 51486 vobcopy_1.2.0-1_amd64.deb
Checksums-Sha256:
1cc1963de407544b653cc67c2c424ccf5969a3a13ffb10233239f44620f05bac 1226
vobcopy_1.2.0-1.dsc
511f3550c1dda3fd4dfb748ed7abb9cd6f1e46f8490faad406a19cbb947c1df9 68214
vobcopy_1.2.0.orig.tar.gz
477764f2c466da91b0d0b5be0e5a42ca8a7998afc018d5308a100a730e6fec10 8497
vobcopy_1.2.0-1.debian.tar.gz
c440faaff2e183e09ac0c2870d056d976727ad36b3b2f2f28bccc0b18094dd39 51486
vobcopy_1.2.0-1_amd64.deb
Files:
e006817233db85ca3a07ae20625d62d8 1226 utils optional vobcopy_1.2.0-1.dsc
ca0cbfbd501783409519d6f0eb3d6d2b 68214 utils optional vobcopy_1.2.0.orig.tar.gz
8c4a6eeef67bc1fc89550fe19d54dab7 8497 utils optional
vobcopy_1.2.0-1.debian.tar.gz
769a161cf8c26d6b613437e58c842feb 51486 utils optional vobcopy_1.2.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk8E2fgACgkQLz4Gnv7CP7LWegCgtAWnfSKch6zAByVIlzS9iT0s
0kIAn34V4+sFL4GuQxF6uYlucm6OCxSN
=nH8Z
-----END PGP SIGNATURE-----
--- End Message ---