From owner-freebsd-current@FreeBSD.ORG Mon Feb 18 16:15:11 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4DC6E78E for ; Mon, 18 Feb 2013 16:15:11 +0000 (UTC) (envelope-from lokedhs@gmail.com) Received: from mail-la0-x22b.google.com (la-in-x022b.1e100.net [IPv6:2a00:1450:4010:c03::22b]) by mx1.freebsd.org (Postfix) with ESMTP id D05A0789 for ; Mon, 18 Feb 2013 16:15:10 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id ek20so5677695lab.16 for ; Mon, 18 Feb 2013 08:15:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Ji1JxeInZv7FFzBC0muXhQLY6kGMq1n3GizNhOyN/JI=; b=TNQRpvGVeloyGhVpEjms8xX4W4b4KcfB+6dqUOuOPng/GxEFmj+UthAhWcWkZKxwrb UPnc+ZGp60ltmTAgtyL3cm+aggymRoCHX7iC+7DAKObfrjiBv6KG295zzDz9YzWHrwyB ibneZsPR9Mln7fRYyMM8oM7fALrDuqapqfrBC0yhbcm8Mc8KeG5iQMpLTxGoDFr1v6Gf qz4xS9dTobey/BXl5SSAHBDuzMhjzq1M1SjRbi4+fFap+be9Nzsn92R877/nrShERewQ VUO+ofbM6UQkc9JaLlMTNBjykCwHZvJy7TT1J4FZbi6YZH8Pc7XGE23bL5eGtgqLJUxm vBSQ== MIME-Version: 1.0 X-Received: by 10.112.37.194 with SMTP id a2mr5946926lbk.40.1361204109450; Mon, 18 Feb 2013 08:15:09 -0800 (PST) Received: by 10.112.41.68 with HTTP; Mon, 18 Feb 2013 08:15:09 -0800 (PST) In-Reply-To: References: <477291850.3084864.1361113135205.JavaMail.root@erie.cs.uoguelph.ca> Date: Tue, 19 Feb 2013 00:15:09 +0800 Message-ID: Subject: Re: Possible bug in NFSv4 with krb5p security? From: =?ISO-8859-1?Q?Elias_M=E5rtenson?= To: Rick Macklem Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-current@freebsd.org, Benjamin Kaduk X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 18 Feb 2013 16:15:11 -0000 On 19 February 2013 00:06, Elias M=E5rtenson wrote: char lname[MAXLOGNAME + 1], buf[1024]; > Oops. Here I am, replying to myself. The above is a typo. That's by modified code. In the original source, buf is 128 bytes in size. Regards, Elias