My recent change to implement __final missed initializing the variable, which was caught by the Memory Sanitizer. This patch properly initializes the value to nullptr to ensure proper memory reads.
Details
Details
- Reviewers
andreybokhanko cfe-commits aizatsky - Commits
- rGa6b68bf0b91c: Ensure Ident_GNU_final is properly initialized in the Parser Initialize function
rC277206: Ensure Ident_GNU_final is properly initialized in the Parser Initialize function
rL277206: Ensure Ident_GNU_final is properly initialized in the Parser Initialize function
Diff Detail
Diff Detail
- Repository
- rL LLVM