This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
mbedtls
Watch
1
Star
0
Fork
0
You've already forked mbedtls
Code
Issues
Pull Requests
Releases
Wiki
Activity
a46a58ab94
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 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 New Issue
Copy Permalink