Unverified Commit e58dcf13 authored by smanna12's avatar smanna12 Committed by GitHub
Browse files

[Clang] [NFC] Prevent null pointer dereference in Sema::InstantiateFunctionDefinition (#89801)

In the lambda function within
clang::Sema::InstantiateFunctionDefinition, the return value of a
function that may return null is now checked before dereferencing to
avoid potential null pointer dereference issues which can lead to
crashes or undefined behavior in the program.
parent 96b2e35a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment