summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2025-05-13 17:27:13 +0000
committerGitHub <noreply@github.com>2025-05-13 11:27:13 -0600
commit0db786ce42c28002a34c257aa208a2be61ab9957 (patch)
tree009ebe8b1f2a8283063ed6c7e5eac23d2d8c20a0 /.github
parent6c262bc5c9a364cd8c6a4026dbb9f8034c500f11 (diff)
Fix invalid memory dereference in lower-to-ir (#7080)
A reference-counting pointer type released a heap memory object when it return from the function and we are trying to dereference it later. We should increment the ref-count by one by assigning it to the context before returning.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions