Your message dated Wed, 21 Nov 2007 22:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#443907: fixed in gob2 2.0.15-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: gob2
Version: 2.0.14-1
Severity: normal
Tags: patch

Hi,

I have noticed that running gob2 with the attached testfile.gob results
in a segmentation fault.    Please see attached patch.

Here is the record of a session demonstrating the bug captured using script.

--
Script started on Mon 24 Sep 2007 03:24:52 PM PDT
%                                                                              
zsh\_screen  (t) | [EMAIL 
PROTECTED]:~/rlc/projects/complearn/mod-ppmdx/src/tst/debsup | 80x24 | 
pts/3\T-([EMAIL 
PROTECTED]:pts/3)---(~/rlc/projects/complearn/mod-ppmdx/src/tst/debsup)-+
L-(15:24:%)-- gob   cat testfile.gob &&     && gob2 testfile.gob
cat\%{
#include <a/b"
%}
zsh: segmentation fault  gob2 testfile.gob
%                                                                              
zsh\_screen  (t) | [EMAIL 
PROTECTED]:~/rlc/projects/complearn/mod-ppmdx/src/tst/debsup | 80x24 | 
pts/3\T-([EMAIL 
PROTECTED]:pts/3)---(~/rlc/projects/complearn/mod-ppmdx/src/tst/debsup)-+
L-(139:15:25:%)--

Script done on Mon 24 Sep 2007 03:25:07 PM PDT

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/4 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 gob2 depends on:
ii  libc6                         2.6.1-1+b1 GNU C Library: Shared libraries
ii  libglib2.0-0                  2.14.0-2   The GLib library of C routines

gob2 recommends no packages.

-- no debconf information
%{
#include <a/b"
%}
diff -Nru gob2-2.0.14/src/lexer.l newgob2-2.0.14/src/lexer.l
--- gob2-2.0.14/src/lexer.l     2007-09-24 15:10:51.000000000 -0700
+++ newgob2-2.0.14/src/lexer.l  2007-09-24 15:16:23.000000000 -0700
@@ -197,8 +197,10 @@
                file++;
                p = strchr(file,'"');
                if(!p) p = strchr(file,'>');
-               *p = '\0';
-               include_files = g_list_prepend(include_files,g_strdup(file));
+    if (p) {
+      *p = '\0';
+      include_files = g_list_prepend(include_files,g_strdup(file));
+    }
                g_free(str);
        }
        REJECT;

--- End Message ---
--- Begin Message ---
Source: gob2
Source-Version: 2.0.15-1

We believe that the bug you reported is fixed in the latest version of
gob2, which is due to be installed in the Debian FTP archive:

gob2_2.0.15-1.diff.gz
  to pool/main/g/gob2/gob2_2.0.15-1.diff.gz
gob2_2.0.15-1.dsc
  to pool/main/g/gob2/gob2_2.0.15-1.dsc
gob2_2.0.15-1_powerpc.deb
  to pool/main/g/gob2/gob2_2.0.15-1_powerpc.deb
gob2_2.0.15.orig.tar.gz
  to pool/main/g/gob2/gob2_2.0.15.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.
Mark Brown <[EMAIL PROTECTED]> (supplier of updated gob2 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, 21 Nov 2007 20:34:45 +0000
Source: gob2
Binary: gob2
Architecture: source powerpc
Version: 2.0.15-1
Distribution: unstable
Urgency: low
Maintainer: Mark Brown <[EMAIL PROTECTED]>
Changed-By: Mark Brown <[EMAIL PROTECTED]>
Description: 
 gob2       - GTK+ Object Builder
Closes: 443907
Changes: 
 gob2 (2.0.15-1) unstable; urgency=low
 .
   * New upstream release.
   * This release fixes handling of mismatched include quotes (closes: #443907).
   * Policy 3.7.2 (no changes).
Files: 
 79473c295b70987c889cb17cc54b6539 585 devel extra gob2_2.0.15-1.dsc
 0c5ab18305fc37902d202a253fdb28b1 257582 devel extra gob2_2.0.15.orig.tar.gz
 5368147ff67692a1236f1959521eef53 2411 devel extra gob2_2.0.15-1.diff.gz
 1785a5a9afebb673f68a11870e212e3a 116674 devel extra gob2_2.0.15-1_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHRJ08J2Vo11xhU60RAk6LAJoDjfnC3qVq0AGHtK1DY43Xk1pJOQCfdVLR
OGKOmh0BdCm4BR4O6wCKGc4=
=yqVc
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to