Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
roms
/
skiboot
/
libstb
/
crypto
/
mbedtls
/
scripts
/
rm-calloc-cast.cocci
blob: 89481c01a926c1148f16cb080325889e341d1368 (
plain
)
1
2
3
4
5
6
7
@rm_calloc_cast@ expression x, n, m; type T; @@ x = - (T *) mbedtls_calloc(n, m)