premake/contrib/mbedtls/scripts/rm-malloc-cast.cocci
2016-08-30 10:07:30 -07:00

8 lines
79 B
Plaintext

@rm_malloc_cast@
expression x, n;
type T;
@@
x =
- (T *)
mbedtls_malloc(n)