[Bug 775] patches for Cray systems

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat Jan 8 10:42:45 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=775





------- Additional Comments From dtucker at zip.com.au  2005-01-08 10:42 -------
OK, that makes sense: later in the code the hash values are compared directly with 
"h[i] != HASH_UNUSED", where HASH_UNUSED is defined as 0xffff.

If sizeof(u_int16) == 8 (whoa!) and the array is filled with memset then the
array values will be 0xffffffffffffffff instead of 0xffff, so that obviously
won't work.

I think it would be OK to commit, but with "#if (SIZEOF_SHORT_INT != 2)" instead
of #ifdef _UNICOS".



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list