Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/3rd/mbedtls/scripts/rm-calloc-cast.cocci

8 lines
85 B
Plaintext
Raw Normal View History

2023-11-09 20:19:51 +08:00
@rm_calloc_cast@
expression x, n, m;
type T;
@@
x =
- (T *)
mbedtls_calloc(n, m)