Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dtaint-generic.c214 char buffern2[156]; in testTaintSystemCall3() local
218 __builtin_snprintf(buffern2, numt, "/bin/mail %s < /tmp/email", "abcd"); in testTaintSystemCall3()
219 system(buffern2); // expected-warning {{Untrusted data is passed to a system call}} in testTaintSystemCall3()