-
Notifications
You must be signed in to change notification settings - Fork 119
Motoko Data Inspection (POC) #5786
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
base: master
Are you sure you want to change the base?
Conversation
| (*table).previous = previous; | ||
| (*table).next = null_mut(); | ||
| if previous != null_mut() { | ||
| (*previous).next = table; |
Check failure
Code scanning / CodeQL
Access of invalid pointer High
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.
Merges PR #4705 with master
See https://github.com/caffeinelabs/motoko-heap-viewer
(just to get it all working again)