Received: from pivsbh1.ms.com (pivsbh1.ms.com [199.89.64.101]) by krbdev.mit.edu (8.9.3) with ESMTP id SAA14542; Thu, 7 Aug 2003 18:48:15 -0400 (EDT) Received: from pivsbh1.ms.com (localhost [127.0.0.1]) by localhost.ms.com (Postfix) with SMTP id 23DBB2B1D3; Thu, 7 Aug 2003 18:48:15 -0400 (EDT) Received: from ny16im01.ms.com (unknown [144.14.206.242]) by pivsbh1.ms.com (internal Postfix) with ESMTP id 090CB25C66; Thu, 7 Aug 2003 18:48:15 -0400 (EDT) Received: from limus.ms.com (limus [144.14.15.176]) by ny16im01.ms.com (Sendmail MTA Hub) with ESMTP id h77MmEL26463; Thu, 7 Aug 2003 18:48:14 -0400 (EDT) Received: (cesarg@localhost) by limus.ms.com (8.11.6/sendmail.cf.client v1.05) id h77MmEM09669; Thu, 7 Aug 2003 18:48:14 -0400 X-Mailer: 21.4 (patch 12) "Portable Code" XEmacs Lucid (via feedmail 10 I); VM 7.14 under 21.4 (patch 12) "Portable Code" XEmacs Lucid MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <16178.55086.495734.982942@limus.ms.com> Date: Thu, 7 Aug 2003 18:48:14 -0400 From: Cesar Garcia To: rt-comment@krbdev.mit.edu Cc: Cesar.Garcia@morganstanley.com, krb5-prs@mit.edu Subject: Re: [krbdev.mit.edu #1714] starttime marshalling bug on 64bit platforms in krb524d In-Reply-To: References: RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 528 Hmm, not totally. Would appear the code in libkrb4 assumes big endian. (as explained in original mail - code did not work on little endian platforms - e.g., RedHat AS 2.1 on intel, patch addresses this by determining big or little endian and handling accordingly). >>>>> "Tom" == Tom Yu via > writes: Tom> This is partially due to a failure to duplicate code changes made Tom> to libkrb4... we'll probably end up re-syncing the relevant code, Tom> which should fix this problem. Tom> ---Tom