-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Portability
-
Fully Compatible
-
ALL
-
Platforms E (01/08/16)
On ppc64, char defaults to unsigned so code like the following returns a different result then x64 where char defaults to signed.
c = (c << 8) | ((const char*)buf)[i];
- related to
-
SERVER-20266 Use ConstDataCursor to read buffer in Checksum::gen
- Closed