This website requires JavaScript.
Explore
Help
Sign In
mirrors-yuzu-emu
/
mbedtls
Watch
1
Star
0
Fork
You've already forked mbedtls
0
mirror of
https://github.com/yuzu-emu/mbedtls
synced
2024-11-24 17:18:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c6f346b60c
mbedtls
/
scripts
/
rm-malloc-cast.cocci
8 lines
79 B
Text
Raw
Normal View
History
Unescape
Escape
Add a semantic patch to remove casts of malloc.
2015-02-15 22:34:22 +00:00
@rm_malloc_cast@
expression x, n;
type T;
@@
x =
- (T *)
The Great Renaming A simple execution of tmp/invoke-rename.pl
2015-04-08 10:49:31 +00:00
mbedtls_malloc(n)
Reference in a new issue
Copy permalink