Skip to content

Fix two crashes in the R3 monitor - #685

Merged
titzer merged 1 commit into
titzer:masterfrom
sbird-kick:r3-fix-rebased-2026-09-09
Sep 9, 2026
Merged

Fix two crashes in the R3 monitor#685
titzer merged 1 commit into
titzer:masterfrom
sbird-kick:r3-fix-rebased-2026-09-09

Conversation

@sbird-kick

Copy link
Copy Markdown
Contributor
  • alignShadowMemRange: unsigned size - N underflows for size < N (any memory.copy shorter than 16 bytes), driving out-of-bounds shadow reads.
  • onFuncEntry: don't error when the entered function is neither exported nor table-reachable (start functions; direct calls from excluded code).

- alignShadowMemRange: unsigned size - N underflows for size < N (any
  memory.copy shorter than 16 bytes), driving out-of-bounds shadow reads.
- onFuncEntry: don't error when the entered function is neither exported
  nor table-reachable (start functions; direct calls from excluded code).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@titzer
titzer merged commit 3c8386a into titzer:master Sep 9, 2026
13 checks passed
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