From owner-freebsd-current@FreeBSD.ORG Sun Jun 29 08:14:06 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C6A537B401 for ; Sun, 29 Jun 2003 08:14:06 -0700 (PDT) Received: from alpha.siliconlandmark.com (alpha.siliconlandmark.com [209.69.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8739544011 for ; Sun, 29 Jun 2003 08:14:05 -0700 (PDT) (envelope-from andy@siliconlandmark.com) Received: from alpha.siliconlandmark.com (localhost [127.0.0.1]) h5TFE4l3006075 for ; Sun, 29 Jun 2003 11:14:04 -0400 (EDT) (envelope-from andy@siliconlandmark.com) Received: from localhost (andy@localhost)h5TFE4Cd006072 for ; Sun, 29 Jun 2003 11:14:04 -0400 (EDT) (envelope-from andy@siliconlandmark.com) X-Authentication-Warning: alpha.siliconlandmark.com: andy owned process doing -bs Date: Sun, 29 Jun 2003 11:14:04 -0400 (EDT) From: Andre Guibert de Bruet To: current@freebsd.org Message-ID: <20030629110309.R3470@alpha.siliconlandmark.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1690456203-1056899644=:3470" Subject: [PATCH] Missing case statement in sys/boot/pc98/boot2/io.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2003 15:14:06 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1690456203-1056899644=:3470 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, There's a case statement missing in the implementation of printf located in sys/boot/pc98/boot2/io.c to handle double % signs in the format argument. I realize that this would probably never be used under normal conditions but for correctness, shouldn't the attached patch be committed? Regards, > Andre Guibert de Bruet | Enterprise Software Consultant > > Silicon Landmark, LLC. | http://siliconlandmark.com/ > --0-1690456203-1056899644=:3470 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="io.c.patch" Content-Transfer-Encoding: BASE64 Content-ID: <20030629111404.C3470@alpha.siliconlandmark.com> Content-Description: Content-Disposition: attachment; filename="io.c.patch" LS0tIGlvLmMub3JpZwlTdW4gSnVuIDI5IDExOjA1OjM2IDIwMDMNCisrKyBp by5jCVN1biBKdW4gMjkgMTE6MDY6NDggMjAwMw0KQEAgLTk2LDYgKzk2LDEw IEBADQogCQkJCQkgICAgICBwdXRjaGFyKGMpOw0KIAkJCQkgICAgICBicmVh azsNCiAJCQkgICAgICB9DQorCQkJICAgICAgY2FzZSAnJSc6IHsNCisJCQkJ ICAgICAgcHV0Y2hhcihjKTsNCisJCQkJICAgICAgYnJlYWs7DQorCQkJICAg ICAgfQ0KIAkJCX0NCiB9DQogDQo= --0-1690456203-1056899644=:3470--