Is it possible for coccinelle to look at the name of a function that might be embedded in a format?
ie for:
void testme(void)
{
printf("testme: some message\n");
}
Can it find the "testme" embedded in a format string?
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci
