Skip to content
GitLab
Explore
Sign in
Register
AST-1075
Avoid using dangling pointers
Code
Review changes
Check out branch
Download
Patches
Plain diff
Mark de Wever
requested to merge
ast-1075-avoid-dangling-pointer-usage
into
master
Oct 21, 2022
Overview
2
Commits
1
Pipelines
3
Changes
3
Expand
Before the code used a pointer to a local variable that was out of scope and thus UB.
Merge request reports
Loading