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

Fix memory access violations in queue operation functions #71

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

alanjian85
Copy link
Collaborator

Fix a bug in the event queue and submission queue push and pop functions that directly access the queue provided by the user instead of using memory_write and memory_read, resulting in an incorrect address space and causing the demos to crash.

Fix a bug in the event queue and submission queue push and pop functions
that directly access the queue provided by the user instead of using
memory_write and memory_read, resulting in an incorrect address space
and causing the demos to crash.
@jserv jserv merged commit 65b0691 into sysprog21:master Oct 17, 2022
vestata pushed a commit to vestata/rv32emu that referenced this pull request Jan 24, 2025
Fix memory access violations in queue operation functions
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

Successfully merging this pull request may close these issues.

2 participants