1
0
Fork 0
mirror of https://github.com/yuzu-emu/mbedtls.git synced 2025-03-08 10:09:54 +00:00
mbedtls/scripts/rm-malloc-cast.cocci

8 lines
79 B
Plaintext
Raw Normal View History

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