pineapple/externals/mbedtls/scripts/rm-calloc-cast.cocci
2020-12-28 15:15:37 +00:00

7 lines
85 B
Text
Executable file

@rm_calloc_cast@
expression x, n, m;
type T;
@@
x =
- (T *)
mbedtls_calloc(n, m)