Files
heimdal/lib
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
..
2021-09-10 09:11:23 +10:00
2021-11-29 12:50:26 +11:00
2022-01-14 17:54:55 -06:00
2017-03-10 15:47:43 -05:00
2022-01-14 12:01:33 -06:00
2016-12-15 12:15:56 -06:00