We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In branch temu-2019-12-21-port, src/riscvsim/ras.c:82: the overflow check in ras_push method
temu-2019-12-21-port
src/riscvsim/ras.c:82
ras_push
marss-riscv/src/riscvsim/ras.c
Line 82 in 820576e
is incorrect. Should be
if (ras->spfill >= ras->max_size)
Otherwise out of bounds access is possible in
Line 76 in 820576e
The text was updated successfully, but these errors were encountered:
closed in commit fece3e0
Sorry, something went wrong.
No branches or pull requests
In branch
temu-2019-12-21-port
,src/riscvsim/ras.c:82
:the overflow check in
ras_push
methodmarss-riscv/src/riscvsim/ras.c
Line 82 in 820576e
is incorrect. Should be
Otherwise out of bounds access is possible in
marss-riscv/src/riscvsim/ras.c
Line 76 in 820576e
The text was updated successfully, but these errors were encountered: