-
Notifications
You must be signed in to change notification settings - Fork 8
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
No range checks in NativeCurrency #276
Comments
Closes #276. Co-authored-by: Thorkil Schmidiger <thor@neptune.cash>
Closes #276. Co-authored-by: Thorkil Schmidiger <thor@neptune.cash>
I am willing to work on this. |
Hi @elielnfinic! Sorry to inform that this issue has already been fixed by 9368dd7. The reason why this issue is still open is because that commit lives on a branch that has not been merged into master yet, but soon will be. If you are eager to contribute, here are some high-priority open issues:
|
Alright, I will pick some tasks. Btw, it would be good to also share these tasks on the Telegram group(maybe??). |
Closes Neptune-Crypto#276. Co-authored-by: Thorkil Schmidiger <thor@neptune.cash>
There are to loops in
NativeCurrency
where there are no range checks on the size indicators of dynamically-sized structs. These size indicators are, AFAICT, used to find the next element in a list, and should thus be range-checked.The text was updated successfully, but these errors were encountered: