added null checks for _str and fixed overflow runtime error caused by back quote checking. I wanted to throw REPORT_ERROR on null check for _str but wasn't sure what could be a suitable message. Please let me know if you have any questions or suggestions.
This pull request addresses #1200
What has been changed:
added null checks for
_str
and fixed overflow runtime error caused by back quote checking. I wanted to throwREPORT_ERROR
on null check for_str
but wasn't sure what could be a suitable message. Please let me know if you have any questions or suggestions.