The buffer used to store the hexadecimal string was one byte too short. This caused the trailing null terminator to be written into unallocated memory.
The buffer used to store the hexadecimal string was one byte too short. This caused the trailing null terminator to be written into unallocated memory.