aboutsummaryrefslogtreecommitdiff
path: root/scripts/rm-calloc-cast.cocci
blob: 89481c01a926c1148f16cb080325889e341d1368 (plain)
1
2
3
4
5
6
7
@rm_calloc_cast@
expression x, n, m;
type T;
@@
  x =
- (T *)
  mbedtls_calloc(n, m)