This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
huang_chao
/
EC600G
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
e8899922df
Rami (Branch)
Tag
master
EC600G
/
components
/
net
/
mbedtls
/
scripts
/
rm-calloc-cast.cocci
rm-calloc-cast.cocci
85 B
Cronologia
Originale
1
2
3
4
5
6
7
@rm_calloc_cast@
expression x, n, m;
type T;
@@
x =
- (T *)
mbedtls_calloc(n, m)