This website requires JavaScript.
Explore
Help
Register
Sign In
yuzu-emu
/
mbedtls
Watch
1
Star
0
Fork
0
You've already forked mbedtls
mirror of
https://github.com/yuzu-emu/mbedtls.git
synced
2024-11-22 22:55:39 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
partner-workshop-17Q2
mbedtls
/
scripts
/
rm-malloc-cast.cocci
8 lines
79 B
Plaintext
Raw
Permalink
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 New Issue
Copy Permalink