[all-commits] [llvm/llvm-project] 67ae86: [clang] Fix crash passing function pointer without...
lolloz98 via All-commits
all-commits at lists.llvm.org
Tue May 21 11:51:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67ae86d700b899979db39883f4063257513498d5
https://github.com/llvm/llvm-project/commit/67ae86d700b899979db39883f4063257513498d5
Author: lolloz98 <lorenzocarpaneto at yahoo.it>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/test/CodeGen/functions.c
Log Message:
-----------
[clang] Fix crash passing function pointer without prototype. (#90255)
Fixes use-after-free iterating over the uses of the function.
Closes #88917
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list