This website requires JavaScript.
Explore
Help
Register
Sign In
yuzu-emu
/
mbedtls
Watch
2
Star
0
Fork
You've already forked mbedtls
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ede75f06c5
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 23:34:22 +01: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 12:49:31 +02:00
mbedtls_malloc(n)
Reference in a new issue
Copy permalink