Details
-
Bug
-
Resolution: Fixed
-
Major
-
7.6.0
-
Untriaged
-
0
-
Unknown
Description
When decoding the metadata received from the C++ process, the decoding logic should extract the most significant byte of the metadata for retrieving the opcode.
However, the original logic incorrectly extracts the least significant byte of the metadata.
This bug must be fixed by extracting the most significant byte of the metadata.