llvm-project
307d9123
- [clang][analyzer] Add taintedness to argv (#178054)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
23 days ago
[clang][analyzer] Add taintedness to argv (#178054) If the execution environment is untrusted, we assume that the argv, argc and envp parameters of the main function are attacker controlled values and set them as taint analysis sources.
References
#178054 - [clang][analyzer] Add taintedness to argv
Author
dkrupp
Parents
ab5205c9
Loading