The string was being popped off the VM before the call to copyString, this meant the string was getting free'd and then the value was attempted to be used.
#
Type of Change:
[x] Bug fix
[ ] New feature
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
#
Housekeeping:
[ ] Tests have been updated to reflect the changes done within this PR (if applicable).
[ ] Documentation has been updated to reflect the changes done within this PR (if applicable).
String Subscript
What's Changed:
The string was being popped off the VM before the call to copyString, this meant the string was getting free'd and then the value was attempted to be used.
#
Type of Change:
#
Housekeeping:
#
Screenshots (If Applicable):