Skip to content
Commit 57f3cc8b authored by Alex Richardson's avatar Alex Richardson
Browse files

Fix reading of big endian array values

Currently it would shift by too much (8*sizeof(uint64) - i) can be 64
which is nonsense

Fixes Coverity issue 83534
parent cec45f6d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment