Browse Source
Due to a bug in the implementation of MakeSameSize(), using OP_AND, OP_OR, or OP_XOR with signed values of unequal size will result in the sign-value becoming part of the smaller integer, with nonsensical results. This patch documents the unexpected behavior and provides the basis of a solution should decision be made to fix the bug in the future.0.8
Mark Friedenbach
12 years ago
1 changed files with 23 additions and 1 deletions
Loading…
Reference in new issue