[clang] [analyzer] Detect leaks of stack addresses via output params, indirect globals 3/3 (PR #105648)
Arseniy Zaostrovnykh via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 29 08:18:17 PDT 2024
necto wrote:
> Hello,
>
> The following starts crashing with this patch:
>
> ```
> clang -cc1 -analyze -analyzer-checker=core bbi-98571.c
> ```
>
> Result:
>
> ```
> (...)
> ```
Thank you for the report!
Here is the fix: https://github.com/llvm/llvm-project/pull/106568
https://github.com/llvm/llvm-project/pull/105648
More information about the cfe-commits
mailing list