diff --git a/dev/coccinelle/ist.cocci b/dev/coccinelle/ist.cocci index c3243302f8..97ce0a2ade 100644 --- a/dev/coccinelle/ist.cocci +++ b/dev/coccinelle/ist.cocci @@ -26,6 +26,22 @@ expression e; struct ist i; @@ +- i = istadv(i, 1); ++ i = istnext(i); + +@@ +struct ist i; +expression e; +@@ + +- i.ptr++; +- i.len--; ++ i = istnext(i); + +@@ +struct ist i; +@@ + - i.ptr != NULL + isttest(i)