* krb.h (krb4_swab16): Mask upper byte of input after shifting, in case the
authorKen Raeburn <raeburn@mit.edu>
Tue, 27 Jun 2000 18:44:32 +0000 (18:44 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 27 Jun 2000 18:44:32 +0000 (18:44 +0000)
commit5cd3ec8ce43d4f09a69ff07b28c2c60efa3fc0d6
tree0e93b48f54a53274754bf960084a1269615ed622
parent635f9670e2c6907b58ca1756f8f2ddd3b6b11cf8
* krb.h (krb4_swab16): Mask upper byte of input after shifting, in case the
input value is a signed short.
(krb4_swab32): Mask high byte of input value after shifting, to avoid "time out
of bounds" error when byte orders are different and low byte of timestamp has
its high bit set and the timestamp is stored as a signed value.
(krb_get_err_text): Don't use "errno" as an argument name.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12439 dc483132-0cff-0310-8789-dd5450dbe970
src/include/kerberosIV/ChangeLog
src/include/kerberosIV/krb.h