This website requires JavaScript.
Explore
Help
Sign In
mirror
/
mbedtls
Watch
1
Star
0
Fork
0
You've already forked mbedtls
mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced
2025-01-03 23:43:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
37ff14062e
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