[clang] [clang][analyzer] Add checker 'security.SetgidSetuidOrder' (PR #91445)

Balázs Kéri via cfe-commits cfe-commits at lists.llvm.org
Wed May 15 08:12:46 PDT 2024


balazske wrote:

I added the `NoteTag` support now (instead of a next PR). The `checkDeadSymbols` is removed, it does really not matter if the data remains in the GDM and this way it is used to display the note tag only for the last `setuid` call.

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


More information about the cfe-commits mailing list