From owner-freebsd-questions Tue Dec 22 16:33:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA25135 for freebsd-questions-outgoing; Tue, 22 Dec 1998 16:33:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from post.mail.demon.net (post-11.mail.demon.net [194.217.242.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA25130 for ; Tue, 22 Dec 1998 16:32:59 -0800 (PST) (envelope-from marko@uk.radan.com) Received: from [158.152.75.22] (helo=uk.radan.com) by post.mail.demon.net with smtp (Exim 2.10 #2) id 0zscEO-0001TD-00; Wed, 23 Dec 1998 00:32:53 +0000 Organisation: Radan Computational Ltd., Bath, UK. Phone: +44-1225-320320 Fax: +44-1225-320311 Received: from beavis.uk.radan.com (beavis [193.114.228.122]) by uk.radan.com (8.6.10/8.6.10) with SMTP id AAA00341; Wed, 23 Dec 1998 00:32:21 GMT Received: from uk.radan.com (rasnt-1) by beavis.uk.radan.com (4.1/SMI-4.1) id AA18551; Wed, 23 Dec 98 00:32:19 GMT Message-Id: <368038B2.8BD52815@uk.radan.com> Date: Wed, 23 Dec 1998 00:26:26 +0000 From: Mark Ovens X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en-GB Mime-Version: 1.0 To: mgrommet@insolwwb.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CERT Advisory CA-98-13 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mike grommet wrote: > > Trying to patch a FreeBSD 3.0 - Release from 10/27 > > but, the patch given in the CERT advisory looks very very strange... > > ftp://ftp.freebsd.org/pub/FreeBSD/CERT/patches/CA-98-13/patch > > heck this stuff doesnt even look like valid C code at all > if ((m =3D m_pullup(m, sizeof (struct ip))) =3D=3D 0) > > I thought it might be a funky browswer problem, so I used lynx to grab the > patch, and ended > up with the same text... > It's quoted-printable text. Non-printing chars are represented by ``='' followed by their ASCII code. I see it quite a lot in Netscape where the text includes the UK currency symbol, which appears as ``=A3''. As ``='' has a special meaning any ``='' in the text gets represented as ``=3D'', 0x3D is the ASCII value of ``=''. Netscape seems to have a problem with quoted-printable encoding. > Could someone please post a valid patch? > > Mike Grommet > Unix Systems Adminstrator > Internet Solutions, Inc. > mgrommet@insolwwb.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Trust the computer industry to shorten Year 2000 to Y2K. It was this thinking that caused the problem in the first place. Mark Ovens, CNC Applications Engineer, Radan Computational Ltd Sheet Metal CAD/CAM Solutions mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message