benedekaibas wrote: > I triaged some bugs today and wanted to see if CSA would find those. Turns > out, that it could with some improvements to this patch. So I've made this > patch: > [0001-analyzer-ReportDanglingPtrDeref-subobject-pointers-c.patch](https://github.com/user-attachments/files/29892084/0001-analyzer-ReportDanglingPtrDeref-subobject-pointers-c.patch) > Apply it via `git am < 0001-*` - although, I think we should split it > because it has basically 3 semantic changes.
Thank you, I will take a look at it. Also this checker is currently in pretty bad shape since it waits for #205951 being merged. My local version of the `DanglingPtrDeref` checker is different then what the PR contains. I will see what is the similarity between your patch and what I have locally. Thanks for investigating into this! https://github.com/llvm/llvm-project/pull/206460 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
