Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
37b35b13e6a3f0c25bcd8a388454573fea28803b
/
.
/
scripts
/
rm-calloc-cast.cocci
blob: 89481c01a926c1148f16cb080325889e341d1368 [
file
] [
log
] [
blame
] [
raw
]
@rm_calloc_cast@
expression x
,
n
,
m
;
type T
;
@@
x
=
-
(
T
*)
mbedtls_calloc
(
n
,
m
)