Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix out-of-bounds read in hex_decode
The range check is off by 1. The input letter 'p' makes an out-of-bounds read. The resulting byte is unpredictable. Affects the <bytes> argument of the command "vm_debug pmem_cfind". Since: 7ba3d15
- Loading branch information