Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Done
-
None
-
Fully Compatible
-
ALL
-
Platforms E (01/08/16)
Description
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];
|
Attachments
Issue Links
- related to
-
SERVER-20266 Use ConstDataCursor to read buffer in Checksum::gen
-
- Closed
-