mbed TLS upgraded to 2.6.0
Fork of mbedtls by
scripts/rm-malloc-cast.cocci
- Committer:
- Jasper Wallace
- Date:
- 2017-09-29
- Revision:
- 2:bbdeda018a3c
- Parent:
- 1:9ebc941037d5
File content as of revision 2:bbdeda018a3c:
@rm_malloc_cast@ expression x, n; type T; @@ x = - (T *) mbedtls_malloc(n)