Open GoogleCodeExporter opened 9 years ago
In the file CpuCore.c in the function cpu_Core_charset the termination character is not correctly set after combining prefix and word. It should also be checked if there would be an array out of bounds access when using words of length MAXWORDSIZE. This may be caused since the char array "word" is MAXWORDSIZE long, so there is no space left for the termination character.
Original issue reported on code.google.com by
daisyariasy
on 20 Feb 2015 at 3:32