Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
bb0102e999227cc701c03853d6678af6a2b2676e
/
.
/
scripts
/
rm-malloc-cast.cocci
blob: 9337dc50196f79341b39385831133df583b37f51 [
file
] [
log
] [
blame
] [
raw
]
@rm_malloc_cast@
expression x
,
n
;
type T
;
@@
x
=
-
(
T
*)
mbedtls_malloc
(
n
)