Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
50fc51a9f771251cdb835b4957996d553c7609d0
/
.
/
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
)