Your message dated Fri, 31 Mar 2006 11:32:52 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357734: fixed in lomoco 1.0beta1+1.0-4
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)
--- Begin Message ---
Package: lomoco
Version: 1.0beta1+1.0-2
Severity: normal
Tags: patch
When lomoco encounters unknown logitech peripheral it outputs an
unitialized buffer on stdout (cf. lomoco.c:670:scan_bus()).
A few lines above : usb_get_string_simple() may not return proper ANSI/C
string so it is necessary to check its return value is not <0 before
printing the buffer.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Versions of packages lomoco depends on:
ii libc6 2.3.6-3 GNU C Library: Shared libraries an
ii libusb-0.1-4 2:0.1.11-6 userspace USB programming library
Versions of packages lomoco recommends:
ii udev 0.087-2 /dev/ and hotplug management daemo
-- no debconf information
diff -ruN lomoco-1.0beta1+1.0/src/lomoco.c
lomoco-1.0beta1+1.0-patched/src/lomoco.c
--- lomoco-1.0beta1+1.0/src/lomoco.c 2006-03-01 15:10:05.000000000 +0100
+++ lomoco-1.0beta1+1.0-patched/src/lomoco.c 2006-03-18 14:33:16.000000000
+0100
@@ -667,7 +667,7 @@
device->filename,
device->descriptor.idVendor,
device->descriptor.idProduct,
- ret ? product : "Unknown"
+ ret > 0 ? product : "Unknown"
);
continue;
}
--- End Message ---
--- Begin Message ---
Source: lomoco
Source-Version: 1.0beta1+1.0-4
We believe that the bug you reported is fixed in the latest version of
lomoco, which is due to be installed in the Debian FTP archive:
lomoco_1.0beta1+1.0-4.diff.gz
to pool/main/l/lomoco/lomoco_1.0beta1+1.0-4.diff.gz
lomoco_1.0beta1+1.0-4.dsc
to pool/main/l/lomoco/lomoco_1.0beta1+1.0-4.dsc
lomoco_1.0beta1+1.0-4_hppa.deb
to pool/main/l/lomoco/lomoco_1.0beta1+1.0-4_hppa.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thibaut VARENE <[EMAIL PROTECTED]> (supplier of updated lomoco 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.7
Date: Fri, 31 Mar 2006 21:09:56 +0200
Source: lomoco
Binary: lomoco
Architecture: source hppa
Version: 1.0beta1+1.0-4
Distribution: unstable
Urgency: medium
Maintainer: Thibaut VARENE <[EMAIL PROTECTED]>
Changed-By: Thibaut VARENE <[EMAIL PROTECTED]>
Description:
lomoco - Logitech Mouse Control for USB mice
Closes: 357734
Changes:
lomoco (1.0beta1+1.0-4) unstable; urgency=medium
.
* No longer prints uninitialized buffer. (Closes: #357734)
Files:
3577ad906c9e42711d292212d283a833 681 utils optional lomoco_1.0beta1+1.0-4.dsc
10ff7d2acc60795e323bdd599adefcc1 27236 utils optional
lomoco_1.0beta1+1.0-4.diff.gz
1ec87a44409f12e00378f25a39d05687 16448 utils optional
lomoco_1.0beta1+1.0-4_hppa.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFELX+CHjLD2rfS8GMRAvJuAKCVGfflCVwty0cZNNBSAPXP+3RqzQCaA7nf
W070A0Ksbo4e4YBfh0FAR/8=
=5xul
-----END PGP SIGNATURE-----
--- End Message ---