Your message dated Mon, 22 Oct 2007 23:17:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#444429: fixed in dhelp 0.5.25 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: dhelp Version: 0.5.24-0.1 Severity: important Tags: patch dhelp_parse can segfault on long lines in some cases. In sid, the current w3-recs package causes such a segfault in its postinst. The bug and its fix are trivial; a patch appears below. As an aside, some of the fields in the database records are much too small. If they were big enough this wouldn't have happened. ---------------------------------------------------------------------- --- dhelp_parse.c.~1~ 2005-09-04 13:56:59.000000000 -0400 +++ dhelp_parse.c 2007-09-17 21:30:14.000000000 -0400 @@ -63,7 +63,7 @@ void strdel (char *s) { - for ( ; *s!='\n'; s++); + for ( ; *s && *s!='\n'; s++); *s = '\0'; } ---------------------------------------------------------------------- -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (1001, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22.6-cph1 (SMP w/2 CPU cores) 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 dhelp depends on: ii debconf [debconf-2.0] 1.5.14 Debian configuration management sy ii libc6 2.6.1-5 GNU C Library: Shared libraries ii libdb4.4 4.4.20-10 Berkeley v4.4 Database Libraries [ ii perl-modules 5.8.8-8 Core Perl modules Versions of packages dhelp recommends: ii amaya [www-browser] 9.54~dfsg.0-1 Web Browser, HTML Editor and Testb ii epiphany-browser [www-brow 2.18.3-1 Intuitive GNOME web browser ii iceweasel [www-browser] 2.0.0.6-1 lightweight web browser based on M ii lynx [www-browser] 2.8.6-2 Text-mode WWW Browser ii w3m [www-browser] 0.5.1-5.1+b1 WWW browsable pager with excellent -- debconf information: * dhelp/www-browser-console: lynx * dhelp/www-browser-x: mozilla
--- End Message ---
--- Begin Message ---Source: dhelp Source-Version: 0.5.25 We believe that the bug you reported is fixed in the latest version of dhelp, which is due to be installed in the Debian FTP archive: dhelp_0.5.25.dsc to pool/main/d/dhelp/dhelp_0.5.25.dsc dhelp_0.5.25.tar.gz to pool/main/d/dhelp/dhelp_0.5.25.tar.gz dhelp_0.5.25_all.deb to pool/main/d/dhelp/dhelp_0.5.25_all.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. Esteban Manchado Velázquez <[EMAIL PROTECTED]> (supplier of updated dhelp 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: Sat, 20 Oct 2007 17:35:26 +0200 Source: dhelp Binary: dhelp Architecture: source all Version: 0.5.25 Distribution: unstable Urgency: low Maintainer: Esteban Manchado Velázquez <[EMAIL PROTECTED]> Changed-By: Esteban Manchado Velázquez <[EMAIL PROTECTED]> Description: dhelp - online help system Closes: 21678 35097 62454 102393 114588 115306 133218 134567 146002 158792 162518 193428 217162 268487 312950 314733 364245 368035 369459 381804 381805 389944 430474 430505 430590 438973 442943 444429 Changes: dhelp (0.5.25) unstable; urgency=low . * Maintainer change. * Rewrite dhelp_parse in Ruby. This fixes some bugs and avoids many problems (Closes: #21678, #268487, #62454, #312950, #442943, #444429, #193428). * This release should be a drop-in replacement for the C version, and still uses the same database and internal format. * It also adds a Ruby library, to allow other developers to write other programs that read and/or update the dhelp databases. * Use "http://localhost" for CGI script URLs (Closes: #114588). * Removed misleading dot from example (Closes: #381804). * Uses sensible-browser instead of having its own configuration system (Closes: #146002, #162518, #381805, #217162, #430590). * Clean up the HTML a bit (Closes: #438973, #134567, #115306). * Remove references to obsolete script dh_dhelp (Closes: #369459). * Raise title limit from 49 to 100 characters (Closes: #102393). * Depend on doc-base, to make sure packages have their documentation available for dhelp (Closes: #314733, #368035). * Wait a couple of seconds before exiting, after a fatal error, to make sure the user can read the error message (Closes: #35097). * Make documentation index files world-readable, regardless of current umask (Closes: #158792, #430474, #430505). * Remove obsolete script dhelp2dwww.pl, and references to it (Closes: #364245). * Remove "dangerous" environment variables from dsearch, to avoid taint problems (Closes: #389944). * Strip blanks from .dhelp field values (Closes: #133218). Files: dfce117f0931ff73a321faff5db54afa 577 doc optional dhelp_0.5.25.dsc d43ff81b94a395c4d9d3ecb99cf8cfb2 43349 doc optional dhelp_0.5.25.tar.gz 19efeef49404691653dfa6222bc5ab3d 37504 doc optional dhelp_0.5.25_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHHSsXhYgK5b1UDsERAm46AJ4rvb5Y4nwdolWYlKWbT3sXxOXwogCbBXDx toqrXmdsTtf2wiwuhvgzTjQ= =P0n0 -----END PGP SIGNATURE-----
--- End Message ---

