This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
embedded
/
owner-nrf52sdk
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
504432519b
Branches
Tags
master
owner-nrf52sdk
/
nRF5_SDK_15.3.0
/
external
/
mbedtls
/
scripts
/
rm-malloc-cast.cocci
rm-malloc-cast.cocci
79 B
Historique
Raw
1
2
3
4
5
6
7
@rm_malloc_cast@
expression x, n;
type T;
@@
x =
- (T *)
mbedtls_malloc(n)