Files
eden/externals/mbedtls/scripts/rm-calloc-cast.cocci
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
85 B
Plaintext
Raw Normal View History

2025-05-31 02:33:02 -04:00
@rm_calloc_cast@
expression x, n, m;
type T;
@@
x =
- (T *)
mbedtls_calloc(n, m)