Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zk extension String Causes 'String Index Out of Range' Error #186

Open
noionion opened this issue Aug 12, 2024 · 0 comments
Open

Zk extension String Causes 'String Index Out of Range' Error #186

noionion opened this issue Aug 12, 2024 · 0 comments

Comments

@noionion
Copy link

In the isa_validator.py, during the check for the Z extension, the Zk string is compliant but causes a syntax error. The reason is that when performing the lexicographical comparison, the Zk string has a length of 3, and accessing str[2] will trigger a 'string index out of range' error.
img_v3_02dm_a1f01c05-6458-48d5-bec8-c6cd69a012fg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant