Eduard Bloch wrote:
> I have another test subject, looks like the bug was not completely
> fixed. Uploaded to http://people.debian.org/~blade/linux-kernel.bz2 .

Problem message:

---------------------------------------------------------------------------

From [EMAIL PROTECTED] Sun Jun 11 20:15:21 2006
Return-path: <[EMAIL PROTECTED]>
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Sun, 11 Jun 2006 20:15:21 +0200
Received: from localhost ([127.0.0.1] helo=zombie)
        by zombie with esmtp (Exim 4.62)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1FpUT3-0002YV-9D
        for [EMAIL PROTECTED]; Sun, 11 Jun 2006 20:15:21 +0200
X-Flags: 0000
Delivered-To: GMX delivery to [EMAIL PROTECTED]
Received: from pop.gmx.net [213.165.64.22]
        by zombie with POP3 (fetchmail-6.3.4)
        for <[EMAIL PROTECTED]> (single-drop); Sun, 11 Jun 2006 20:15:21 +0200 
(CEST)
Received: (qmail invoked by alias); 11 Jun 2006 18:14:34 -0000
Received: from vger.kernel.org (EHLO vger.kernel.org) [209.132.176.167]
  by mx0.gmx.net (mx069) with SMTP; 11 Jun 2006 20:14:34 +0200
Received: ([EMAIL PROTECTED]) by vger.kernel.org via listexpand
        id S1750732AbWFKSN6 (ORCPT <rfc822;[EMAIL PROTECTED]>
        + 47 others); Sun, 11 Jun 2006 14:13:58 -0400
Received: ([EMAIL PROTECTED]) by vger.kernel.org id S1750729AbWFKSN4
        (ORCPT <rfc822;linux-kernel-outgoing>);
        Sun, 11 Jun 2006 14:13:56 -0400
Received: from manic.desrt.ca ([66.36.239.117]:17089 "HELO manic.desrt.ca")
        by vger.kernel.org with SMTP id S1750732AbWFKSN4 (ORCPT
        <rfc822;linux-kernel@vger.kernel.org>);
        Sun, 11 Jun 2006 14:13:56 -0400
Subject: [patch] ICH7 SCI_EN quirk required for Macbook
From:   Ryan Lortie <[EMAIL PROTECTED]>
To:     [EMAIL PROTECTED], linux-acpi@vger.kernel.org,
        Andrew Morton <[EMAIL PROTECTED]>
Cc:     Matthew Garrett <[EMAIL PROTECTED]>,
        Ben Collins <[EMAIL PROTECTED]>,
        Frederic Riss <[EMAIL PROTECTED]>
Content-Type: multipart/signed; micalg=pgp-sha1; 
protocol="application/pgp-signature"; boundary="=-Yb3G0z+a1ZV00/YAUUh4"
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.6.1 
Date:   Sun, 11 Jun 2006 14:00:19 -0400
X-Evolution-Format: text/plain
X-Evolution-Account: [EMAIL PROTECTED]
X-Evolution-Transport: smtp://@copacetic.desrt.ca/;use_ssl=never
X-Evolution-Fcc: imap://[EMAIL PROTECTED]/sent
Sender: [EMAIL PROTECTED]
Precedence: bulk
X-Mailing-List: linux-kernel@vger.kernel.org
X-GMX-Antivirus: -1 (not scanned, may not use virus scanner)
X-GMX-Antispam: 0 (Mail was not recognized as spam)
X-GMX-UID: 7zTpBbQYfW4okynydGVovtlmdmllcgXR

X-E        {
         .callback =3D init_ints_after_s1,
         .ident =3D "Toshiba Satellite 4030cdt",
         .matches =3D {DMI_MATCH(DMI_PRODUCT_NAME, "S4030CDT/4.3"),},
         },
+       {
+        .callback =3D init_ich7_sci_en_quirk,
+        .ident =3D "Intel Apple",
+        .matches =3D {DMI_MATCH(DMI_SYS_VENDOR, "Apple Computer"),},
+        },
        {},
 };
=20





--=-Yb3G0z+a1ZV00/YAUUh4
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iQG5AwUARIxaLJ96IjKvqm/2AQJcMA0eIQnj5Lm6YfYiHecouNsckBvBcZaCsYLd
Arzkg/lMV7UpXwuMbcoXo5/GHDqvGorjRfqfibmg82/gL/syS2kcv3xyPqGXTSsk
iyuxyP0qW442mbC8Dp1r9eps953D5--=-Yb3G0z+a1ZV00/YAUUh4--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

---------------------------------------------------------------------------

This message is corrupt; the "--=-Yb3G0z+a1ZV00/YAUUh4--" boundary line
is supposed to be on its own line, not be appended to the end of the gpg
signature block.

The library probably needs to do something to detect this case of a
message that claims to have a MIME boundary but is invalid, and find a
better way to deal with it than assuming that the entire rest of the
mailbox is part of the corrupt message.

Note that mutt has this to say when displaying this message:

[-- Error: Inconsistent multipart/signed structure! --]

[-- application/pgp-signature is unsupported (use 'v' to view this part) --]

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to