You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QUEUE_END is the address of the first byte past the end of our queue
indeed, but the queue doesnt start at 0 (it starts at
QUEUE_BASE_ADDRESS, which is 512), and thus GUEST_MEMORY_SIZE was
512 byte too large, because it assumed QUEUE_END was also the size of
the queue.
Closes#4997
Reported-by: Matias Ezequiel Vara Larsen <[email protected]>
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments