taint.c-annot.html from CQual at Krugle
Show taint.c-annot.html syntax highlighted
<html>
<body bgcolor="white">
<pre>
<font color=red>$tainted</font> char *getenv(const char *name);
int printf(<font color=green>$untainted</font> const char *fmt, ...);
int main(void)
{
char *s, *t;
s = getenv("LD_LIBRARY_PATH");
t = s;
printf(t);
}
</pre>
</body>
</html>
See more files for this project here