Files
heimdal/lib/gssapi/mech
Jeffrey Altman f341fa7721 prevent unintended sign extension errors
When an unsigned char is shifted << 24 bits its type will be
promoted to signed 32-bits.   If the value is then assigned to
an unsigned 64-bit value sign extension will occur.

Prevent the unwanted sign extension by explicitly casting the
value to unsigned long before shifting.

Change-Id: Iabeac0f17dc3229a2dc89abe71960a8ffbf523f8
2022-01-16 00:23:05 -05:00
..
2016-12-14 22:05:46 -06:00
2022-01-14 17:39:05 -06:00
2018-12-18 23:28:38 -06:00
2022-01-14 17:39:05 -06:00
2022-01-14 17:39:05 -06:00
2022-01-14 17:39:05 -06:00
2020-04-25 21:22:32 -05:00
2011-05-21 11:57:31 -07:00
2022-01-14 17:39:05 -06:00
2018-12-18 23:28:38 -06:00
2010-08-20 13:14:10 -04:00
2010-08-20 13:14:10 -04:00
2017-03-13 18:39:41 -04:00
2020-02-04 17:28:35 +11:00