mbed TLS upgraded to 2.6.0
Fork of mbedtls by
Diff: scripts/rm-malloc-cast.cocci
- Revision:
- 1:9ebc941037d5
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/rm-malloc-cast.cocci Fri Sep 29 18:41:59 2017 +0100 @@ -0,0 +1,7 @@ +@rm_malloc_cast@ +expression x, n; +type T; +@@ + x = +- (T *) + mbedtls_malloc(n)