coccinelle: fix typo for strchrnul

pull/1821/head
Andreas Herz 10 years ago committed by Victor Julien
parent 4352dd179c
commit b6de1b6567

@ -3,7 +3,7 @@ identifier i;
position p1;
@@
\(strtok@i\|sprintf@i\|strcat@i\|strcpy@i\|strncpy@i\|strncat@i\|strndup@i\|strchrdup@i\)(...)@p1
\(strtok@i\|sprintf@i\|strcat@i\|strcpy@i\|strncpy@i\|strncat@i\|strndup@i\|strchrnul@i\)(...)@p1
@script:python@
p1 << banned.p1;

Loading…
Cancel
Save