[L5] Defer redundant self-null-assignment #31
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
indigocode/igasset-viewer-react#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
File:
wasm/src/observable_filestore.cc:13-25Setting
on_dtor_ = nullptrin the destructor is a no-op. Harmless; drop for clarity.Filed by an automated AI code review (manual proof-of-concept run). Code locations reference the
various-cleanupbranch.Closing - that's intentional, it helps in other UB scenarios (use after free).