Closed TellowKrinkle closed 3 years ago
Two bugs:
int
to uint
. This was because nameOffset
did not already include currentOffset
(as you can see from the fact that the code seeks to nameOffset + currentOffset
, not nameOffset
). Fixed by not subtracting currentOffset
from nameOffset
Cool, seems sane
Can you please describe what the bug was and how the fix works?