[clang] [analyzer] Adding taint analysis capability to unix.Malloc checker (PR #92420)

Daniel Krupp via cfe-commits cfe-commits at lists.llvm.org
Mon May 27 09:14:26 PDT 2024


dkrupp wrote:

> The patch makes sense to me. Have you considered applying the same heuristic to C++ array new allocations?
> 
> I'll port this patch downstream to see how this would behave on the Juliet C++ benchmark or on some real-world code.

I will check C++

> The patch makes sense to me. Have you considered applying the same heuristic to C++ array new allocations?
> 
> I'll port this patch downstream to see how this would behave on the Juliet C++ benchmark or on some real-world code.

I will consider adding the heuristic for C++ array new allocations in a follow-up patch.

https://github.com/llvm/llvm-project/pull/92420


More information about the cfe-commits mailing list