index
:
lite-xl-plugin-manager
3.0
PR/cjson
PR/masking
PR/multi-thread
PR/remove-sysconfig
PR/restructuring
PR/split-compile-options
PR/welcome-plugin
add-in-orphan-dependency-clean
cJSON
curl-removal
genericize-sockets
latest
local-file-paths
master
potentially-adding-shorthands
remove-libarchive
revert-25-PR/xxd_set_name
A lite-xl plugin manager.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mbedtls-2.27.0
/
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)