Your message dated Sun, 20 Mar 2005 09:47:15 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#299481: fixed in apt-build 0.11.6
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Mar 2005 11:57:48 +0000
>From [EMAIL PROTECTED] Mon Mar 14 03:57:48 2005
Return-path: <[EMAIL PROTECTED]>
Received: from master.debian.org [146.82.138.7] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DAoCi-0001Jw-00; Mon, 14 Mar 2005 03:57:48 -0800
Received: from cpc1-shep1-6-0-cust66.leic.cable.ntl.com ([127.0.0.1]) 
[81.96.140.66] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DAoCh-0001P3-00; Mon, 14 Mar 2005 05:57:47 -0600
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Craig Shelley <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FIX Segfault when using make_options
X-Mailer: reportbug 3.8
Date: Mon, 14 Mar 2005 11:58:02 +0000
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-9.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        OUR_MTA_MSGID,X_DEBBUGS_CC autolearn=ham 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: apt-build
Severity: serious
Tags: patch

apt-build segfaults when using make_options
This appears to be due to a typo in config.c (line 141)
if(args.make_options &&
        strlen(args.options) &&
        (str = strtok(args.options, " ")))
{

The code appears to check the validity of the wrong pointer, and should
be...

if(args.options &&
        strlen(args.options) &&
        (str = strtok(args.options, " ")))
{

This fixes the seg-fault problem
                        

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-reiser4-fbsplash-swsuspend
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

---------------------------------------
Received: (at 299481-close) by bugs.debian.org; 20 Mar 2005 14:53:52 +0000
>From [EMAIL PROTECTED] Sun Mar 20 06:53:52 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DD1oO-0004cz-00; Sun, 20 Mar 2005 06:53:52 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DD1hz-0000X2-00; Sun, 20 Mar 2005 09:47:15 -0500
From: Julien Danjou <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#299481: fixed in apt-build 0.11.6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 20 Mar 2005 09:47:15 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: apt-build
Source-Version: 0.11.6

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

apt-build_0.11.6.dsc
  to pool/main/a/apt-build/apt-build_0.11.6.dsc
apt-build_0.11.6.tar.gz
  to pool/main/a/apt-build/apt-build_0.11.6.tar.gz
apt-build_0.11.6_i386.deb
  to pool/main/a/apt-build/apt-build_0.11.6_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.
Julien Danjou <[EMAIL PROTECTED]> (supplier of updated apt-build 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: Sun, 20 Mar 2005 15:36:16 +0100
Source: apt-build
Binary: apt-build
Architecture: source i386
Version: 0.11.6
Distribution: unstable
Urgency: high
Maintainer: Julien Danjou <[EMAIL PROTECTED]>
Changed-By: Julien Danjou <[EMAIL PROTECTED]>
Description: 
 apt-build  - frontend to apt to build, optimize and install packages
Closes: 299481
Changes: 
 apt-build (0.11.6) unstable; urgency=high
 .
   * Fix segfault with make_options (Closes: #299481)
     (Thanks to Craig Shelley)
Files: 
 0b6e10d2009a2ccd0b55ef7bcc19c658 498 devel optional apt-build_0.11.6.dsc
 bd7f5e8806fa574eb00d555c6fcb5aec 29781 devel optional apt-build_0.11.6.tar.gz
 c663beadba2ccf5321dd8a0013ec29cb 29712 devel optional apt-build_0.11.6_i386.deb

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

iD8DBQFCPYrVpGK1HsL+5c0RAqWrAJ4lHHYSUNmlOwIT7U3raCC1tvg40wCeLvlr
iYVsGwftLKvgMB9jPu1quFE=
=6HXk
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to