Files
SDK_GD32W51x/PROT/mbedcrypto/scripts/rm-calloc-cast.cocci
2023-05-18 18:53:00 +08:00

8 lines
92 B
Plaintext

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