Don Lewis e60dd0e86a Fix a couple of Coverity Unintended sign extension sign extension
defects.  When shifting an unsigned byte into the upper 8 bits of
an int and the resulting value is greater than 0x7FFFFFF, the result
will be sign extended when converting to a 64 bit unsigned long.
Fix by casting to (uint64_t) before the shift.

Reported by:	Coverity
CID:		1356044, 1356045
Reviewed by:	ken
2016-05-25 15:49:29 +00:00
..
2016-04-19 00:59:15 +00:00
2016-05-02 01:40:31 +00:00
2016-04-18 07:47:26 +00:00
MFH
2016-03-02 16:14:46 +00:00
2016-01-28 03:24:06 +00:00
MFH
2016-03-02 16:14:46 +00:00
2016-05-16 00:34:48 +00:00
MFH
2016-03-02 16:14:46 +00:00
2016-04-19 04:52:13 +00:00
2016-04-19 04:52:51 +00:00
MFH
2016-04-04 23:55:32 +00:00
MFH
2016-03-14 18:54:29 +00:00
MFH
2016-04-16 02:32:12 +00:00
2016-04-30 19:04:59 +00:00
2016-05-16 00:35:39 +00:00
MFH
2016-03-02 16:14:46 +00:00
2016-04-19 09:43:51 +00:00
2015-06-13 19:20:56 +00:00
2016-04-20 01:35:09 +00:00
2016-04-30 19:04:59 +00:00