This website requires JavaScript.
Explore
Help
Sign In
yuzu-mirror
/
mbedtls
Watch
1
Star
0
Fork
You've already forked mbedtls
0
mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced
2025-12-06 07:12:32 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
db5d15e227
mbedtls
/
scripts
/
rm-malloc-cast.cocci
8 lines
79 B
Plaintext
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