Searched refs:buffern (Results 1 – 1 of 1) sorted by relevance
123 char buffern[156]; in testTaintSystemCall2() local126 __builtin_snprintf(buffern, 10, "/bin/mail %s < /tmp/email", addr); in testTaintSystemCall2()127 system(buffern); // expected-warning {{Untrusted data is passed to a system call}} in testTaintSystemCall2()