Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reject hexadecimal blobs with odd number of characters, fixes #12650.
Changes in 4e75f84 to allow ignoring non-hexa characters (such as whitespace) have also allowed dangling hex digits, which were then padded with an implicit 0. This restores the original behaviour of throwing an exception for these inputs.
- Loading branch information