Your message dated Wed, 22 Aug 2001 21:07:59 +0200 (CEST)
with message-id <[EMAIL PROTECTED]>
and subject line These bugs can be closed
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Apr 2001 18:51:17 +0000
>From [EMAIL PROTECTED] Fri Apr 13 13:51:17 2001
Return-path: <[EMAIL PROTECTED]>
Received: from lyon-185-248.stures.iastate.edu (puetz) [129.186.185.248] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 14o8f7-0000cY-00; Fri, 13 Apr 2001 13:51:17 -0500
Received: from kevin by puetz with local (Exim 3.12 #1 (Debian))
        id 14o8f4-00010M-00; Fri, 13 Apr 2001 13:51:14 -0500
From: Kevin Puetz <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Garbage characters appended to quik's kernel arguments
X-Reportbug-Version: 1.14
X-Mailer: reportbug 1.14
Date: Fri, 13 Apr 2001 13:51:13 -0500
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: quik
Version: 2.0e-0.2
Severity: important

It appears the arg string isn getting set to a null pointer, instead of an 
empty string. The kernel doesn't like this one little bit :-)

In my case, it causes an oops after setting up IDE (why so late in the boot 
process, I have no idea).

The following patch appears to correct the problem on my beige G3 rev A.

diff -ur quik-2.0e/second/main.c quik-2.0e-0.2/second/main.c
--- quik-2.0e/second/main.c     Fri Apr 13 13:48:19 2001
+++ quik-2.0e-0.2/second/main.c Thu Apr 12 22:13:26 2001
@@ -111,7 +111,7 @@
 {
     char *p;
 
-    *paramsp = 0;
+    *paramsp = "\0";
     p = *linep;
     if (p == 0)
        return;


-- System Information
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux puetz 2.4.4-pre1 #3 Thu Apr 12 17:49:19 CDT 2001 ppc


---------------------------------------
Received: (at 93870-done) by bugs.debian.org; 22 Aug 2001 19:08:14 +0000
>From [EMAIL PROTECTED] Wed Aug 22 14:08:14 2001
Return-path: <[EMAIL PROTECTED]>
Received: from hermes.fachschaften.tu-muenchen.de [129.187.176.19] 
        by master.debian.org with smtp (Exim 3.12 1 (Debian))
        id 15ZdML-0002Ve-00; Wed, 22 Aug 2001 14:08:14 -0500
Received: (qmail 17460 invoked from network); 22 Aug 2001 19:08:03 -0000
Received: from mimas.fachschaften.tu-muenchen.de (HELO mimas) (129.187.176.26)
  by hermes.fachschaften.tu-muenchen.de with SMTP; 22 Aug 2001 19:08:03 -0000
Date: Wed, 22 Aug 2001 21:07:59 +0200 (CEST)
From: Adrian Bunk <[EMAIL PROTECTED]>
X-X-Sender:  <[EMAIL PROTECTED]>
To:  <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>
Subject: These bugs can be closed
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]


These bugs in packages maintained by Debian QA were already closed (and
fixed packages are already in unstable) but only marked as fixed.

cu
Adrian

-- 

Get my GPG key: finger [EMAIL PROTECTED] | gpg --import

Fingerprint: B29C E71E FE19 6755 5C8A  84D4 99FC EA98 4F12 B400

Reply via email to