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

Sysinfo cell wrong array indices #1

Open
coffeenotfound opened this issue Jul 7, 2020 · 1 comment
Open

Sysinfo cell wrong array indices #1

coffeenotfound opened this issue Jul 7, 2020 · 1 comment

Comments

@coffeenotfound
Copy link
Owner

(i @ 9..=11, 3) => thread.ip.elements[i as usize], /* ip of the current thread (ip) */

I'm pretty sure these array indices should start at zero, i.e. (i @ 9..=11, 3) => thread.ip.elements[i as usize - 9] instead of (i @ 9..=11, 3) => thread.ip.elements[i as usize]

@coffeenotfound
Copy link
Owner Author

Seems like there are multiple match arms with these problems!

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