1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-14 19:00:00 +08:00
mbedtls/scripts/rm-malloc-cast.cocci
2015-02-15 17:48:33 -05:00

8 lines
80 B
Plaintext

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