This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/contrib/mbedtls/scripts/rm-malloc-cast.cocci
2016-08-30 10:07:30 -07:00

8 lines
79 B
Plaintext

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