[clang] [analyzer] [MallocChecker] Less aggressive analysis of functions (PR #116383)

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 18 12:51:06 PST 2024


steakhal wrote:

This example also makes sense to me. Here the dangling pointer has a well-defined value. It's not null. Its some invalid value that one should not dereference. And nobody does that so there is no issue.

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


More information about the cfe-commits mailing list