Your message dated Wed, 08 Nov 2006 11:47:31 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#397155: fixed in sitecopy 1:0.16.3-5
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: sitecopy
Version: 1:0.16.3-3
Severity: important
Tags: patch upstream
Hello,
Using "sitecopy --view" I only see the first site configured.
I also have the problem using --update
The bug is difficult to find since this does not happen every time. It
is clealy un uninitialised or corrupted memory problem. After some
search I found the bug. Here is a patch:
--- rcfile.c.old 2006-11-05 16:01:11.000000000 +0100
+++ rcfile.c 2006-11-05 16:01:16.000000000 +0100
@@ -260,7 +260,7 @@
if (this_site != &default_site)
last_site = this_site;
/* Allocate new item */
- this_site = ne_malloc(sizeof(struct site));
+ this_site = ne_calloc(sizeof(struct site));
/* Copy over the defaults */
memcpy(this_site, &default_site, sizeof(struct site));
/* Deep-copy the string lists */
ne_malloc() does not clear the memory. So some fields of this_site
contain "random" values. Like this_site->use_this used in
console_fe.c:list_site_definitions()
This bug may be a duplicate of #396401
Bye,
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (90, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1-mactel
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages sitecopy depends on:
ii libc6 2.3.6.ds1-7 GNU C Library: Shared libraries
ii libexpat1 1.95.8-3.3 XML parsing C library - runtime li
ii libgnutls13 1.4.4-1 the GNU TLS library - runtime libr
sitecopy recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: sitecopy
Source-Version: 1:0.16.3-5
We believe that the bug you reported is fixed in the latest version of
sitecopy, which is due to be installed in the Debian FTP archive:
sitecopy_0.16.3-5.diff.gz
to pool/main/s/sitecopy/sitecopy_0.16.3-5.diff.gz
sitecopy_0.16.3-5.dsc
to pool/main/s/sitecopy/sitecopy_0.16.3-5.dsc
sitecopy_0.16.3-5_i386.deb
to pool/main/s/sitecopy/sitecopy_0.16.3-5_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kartik Mistry <[EMAIL PROTECTED]> (supplier of updated sitecopy 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: Wed, 8 Nov 2006 22:35:12 +0530
Source: sitecopy
Binary: sitecopy
Architecture: source i386
Version: 1:0.16.3-5
Distribution: unstable
Urgency: medium
Maintainer: Kartik Mistry <[EMAIL PROTECTED]>
Changed-By: Kartik Mistry <[EMAIL PROTECTED]>
Description:
sitecopy - A program for managing a WWW site via FTP, DAV or HTTP
Closes: 395876 397155
Changes:
sitecopy (1:0.16.3-5) unstable; urgency=medium
.
* Added patch to fix wrong memory initialization (Closes: #397155)
* Fixed static compilation with libneon (Closes: #395876)
Files:
4c118f9c16301754ff7bcd47f7674c5e 677 web extra sitecopy_0.16.3-5.dsc
4f1edf9fa2f862a6be6c00026dbbb84f 37777 web extra sitecopy_0.16.3-5.diff.gz
34fe1e53121a27283aab0a90409147fb 136314 web extra sitecopy_0.16.3-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFFUjBK97LBwbNFvdMRAqN0AJ9rOmNnSp7FYRe84adDdp4Ur5i6DQCZAWN3
9EzKwie08ot8FtWsiwQJr5o=
=Iw0l
-----END PGP SIGNATURE-----
--- End Message ---