Bug 3218

Summary: dip S/Key code is confused about endian-ness
Product: [Retired] Red Hat Linux Reporter: mcintosh
Component: dipAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0CC: mcintosh
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-06-02 20:40:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description mcintosh 1999-06-02 19:50:54 UTC
The dip code for S/Key has always been broken on Linux/x86.
(Someone used "dos" as a proxy for "x86", which is wrong.)
The code is still self-consistent, but will not work with a
big-endian server such as a Sparc.  The (recent?) definition
of LITTLE_ENDIAN in /usr/include/endian.h means that the
Sparc code will now probably mis-compile as well.

I will post a fix when I get a bug number.

Comment 1 Jeff Johnson 1999-06-02 20:40:59 UTC
Fixed in dip-3.3.7o-15. Thanks for the patch.