Home
last modified time | relevance | path

Searched refs:buffern (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dtaint-generic.c206 char buffern[156]; in testTaintSystemCall2() local
209 __builtin_snprintf(buffern, 10, "/bin/mail %s < /tmp/email", addr); in testTaintSystemCall2()
210 system(buffern); // expected-warning {{Untrusted data is passed to a system call}} in testTaintSystemCall2()