Skip to content

fix(runtime): use indices in restorable_iter instead of raw pointers - #169

Merged
JBenda merged 1 commit into
masterfrom
fix/stack-iterator-uses-indexes
Sep 10, 2026
Merged

fix(runtime): use indices in restorable_iter instead of raw pointers#169
JBenda merged 1 commit into
masterfrom
fix/stack-iterator-uses-indexes

Conversation

@JBenda

@JBenda JBenda commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Storing raw ElementType* pointers in restorable_iter left them dangling whenever the underlying buffer was reallocated (e.g. by push())

Storing raw ElementType* pointers in restorable_iter left them dangling
whenever the underlying buffer was reallocated (e.g. by push())
@github-actions

Copy link
Copy Markdown

Ink Proof Results

These results are obtained by running the Ink-Proof Testing Suite on the compiled binaries in this pull request.

System Results
Linux x64 130/130 passed
MacOSX-ARM DISABLED
MacOSX DISABLED
Windows x64 130/130 passed

@JBenda
JBenda merged commit 72aace9 into master Sep 10, 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.

1 participant