Skip to content

Conversation

@crusso
Copy link
Contributor

@crusso crusso commented Jan 13, 2026

Merges PR #4705 with master

See https://github.com/caffeinelabs/motoko-heap-viewer

(just to get it all working again)

@crusso crusso changed the title Claudio/data inspection Motoko Data Inspection (POC) Jan 13, 2026
(*table).previous = previous;
(*table).next = null_mut();
if previous != null_mut() {
(*previous).next = table;

Check failure

Code scanning / CodeQL

Access of invalid pointer High

This operation dereferences a pointer that may be
invalid
.

Copilot Autofix

AI 16 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants