Your message dated Tue, 25 Dec 2007 00:02:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#416382: fixed in plan 1.10-1 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: plan Version: 1.9-6.2 Severity: important Tags: patch *** Please type your report below this line *** the function read_language_file() copy the content of file in memory without adding a null character at the end. However the following loop expects a null character to stop (cf. patch in attachment) -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (900, 'testing'), (50, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.3 Locale: LANG=C, LC_CTYPE=fr_FR.iso8859-1 (charmap=ISO-8859-1) Versions of packages plan depends on: ii debconf [debconf-2.0] 1.5.11 Debian configuration management sy ii lesstif2 1:0.94.4-2 OSF/Motif 2.1 implementation relea ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library ii libsm6 1:1.0.1-3 X11 Session Management library ii libx11-6 2:1.0.3-6 X11 client-side library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxpm4 1:3.5.5-2 X11 pixmap library ii libxt6 1:1.0.2-2 X11 toolkit intrinsics library plan recommends no packages. -- debconf information excluded Sincerly, -- Julien << Vous n'avez rien a dire... Parlons-en! >>--- /tmp/plan-1.9/src/language.c 2005-01-09 11:01:36.000000000 +0100 +++ plan-1.9/src/language.c 2007-03-27 14:50:48.000000000 +0200 @@ -138,9 +138,10 @@ if (!nstrings) nstrings = nline; /* create list */ - if (!(list = (char **)malloc(nline * sizeof(char *) + fsize))) + if (!(list = (char **)malloc(nline * sizeof(char *) + fsize+1))) fatal("no memory for language file"); memcpy(list[0] = p = (char *)&list[nline], file, fsize); + p[fsize]='\0'; /* eval "\n", eoln=0 */ for (q=p; *p; p++, q++) if (*p == '\n') *q = 0;
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: plan Source-Version: 1.10-1 We believe that the bug you reported is fixed in the latest version of plan, which is due to be installed in the Debian FTP archive: netplan_1.10-1_i386.deb to pool/main/p/plan/netplan_1.10-1_i386.deb plan_1.10-1.diff.gz to pool/main/p/plan/plan_1.10-1.diff.gz plan_1.10-1.dsc to pool/main/p/plan/plan_1.10-1.dsc plan_1.10-1_i386.deb to pool/main/p/plan/plan_1.10-1_i386.deb plan_1.10.orig.tar.gz to pool/main/p/plan/plan_1.10.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. Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated plan 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: Tue, 25 Dec 2007 00:47:27 +0100 Source: plan Binary: netplan plan Architecture: source i386 Version: 1.10-1 Distribution: unstable Urgency: low Maintainer: Petter Reinholdtsen <[EMAIL PROTECTED]> Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]> Description: netplan - network server for `plan' plan - X/Motif day planner (dynamically compiled with LessTif2) Closes: 367168 374249 414130 416382 418406 420082 431005 437776 Changes: plan (1.10-1) unstable; urgency=low . * New upstream release (Closes: #431005) - Fix buffer overflow in language parser (Closes: #416382). * Move to debhelper compat level 4. Updated rules file to cope with it. * Acknowledge NMUs (Closes: #367168, #374249) * Add LSB header with dependency information in init.d/netplan. * New patch 51_kfreebsd to fix the build on kfreebsd (Closes: #414130). * New patch 61_nostrip to make sure the nostrip build option work. (Closes: #437776) * Updated standards-version from 3.6.2 to 3.7.3. No changes needed. * Changed menu item section from "Apps/Tools" to "Applications/Data Management", trying to adjust to the new menu policy. * Added Dutch debconf translation from Bart Cornelis (Closes: #418406). * Added Portuguese debconf translation from Ricardo Silva (Closes: #420082). Files: 4adfeaf10441e66503c9e3293b4e1d19 665 misc optional plan_1.10-1.dsc 3bf10aa740519eeab27330103da15d1d 460150 misc optional plan_1.10.orig.tar.gz 1037e3c7e53c9e89b7baec6d52689c97 29306 misc optional plan_1.10-1.diff.gz 05a927d11d3c180642aef24bbd02830c 354344 misc optional plan_1.10-1_i386.deb 22fed6a480a680d1cb477caf5f44fdbe 51464 misc optional netplan_1.10-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHcEXd20zMSyow1ykRAsxOAJ9j4rM0lxdBBzhJnQ6yQKuJBxhH/QCeJaOG 5KOC6D6CguX19esSr2UgTuM= =HVj8 -----END PGP SIGNATURE-----
--- End Message ---

