Closed simo5 closed 2 months ago
The copy function is filling token info fixed size strings with spaces However we failed to catch the trailing null that apparently comes in a &str type, ending up with embedding an illegal null in these token info strings.
The copy function is filling token info fixed size strings with spaces However we failed to catch the trailing null that apparently comes in a &str type, ending up with embedding an illegal null in these token info strings.