Commit Graph

4 Commits (b844d4315f95811e706cbe326d40af2b92d5a447)

Author SHA1 Message Date
Eric Leblond 7cc87bc02a coccinelle: protecting regexp operator is not needed
It seems there was an evolution of coccinelle and the protection
of regexp is not necessary anymore. And doing it causing the
expression not to match.
13 years ago
Eric Leblond c36aa041f3 Update coccinelle script to match syntax evolution. 14 years ago
Victor Julien 076d77cd80 Add strncpy and strncat to banned function list as we have better replacements: strlcpy and strlcat. 16 years ago
Eric Leblond 7f1a0d1ed1 coccinelle: add test for banned function
The added semantic patch will trigger an error if banned functions
are used.
16 years ago