1
0
Fork 0
mirror of https://github.com/yuzu-emu/mbedtls.git synced 2025-03-07 11:19:49 +00:00
mbedtls/scripts/rm-calloc-cast.cocci
2017-07-06 10:34:12 +01:00

8 lines
85 B
Plaintext

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