mbed TLS upgraded to 2.6.0

Fork of mbedtls by Mark Radbourne

scripts/rm-malloc-cast.cocci

Committer:
Jasper Wallace
Date:
2017-09-29
Revision:
1:9ebc941037d5

File content as of revision 1:9ebc941037d5:

@rm_malloc_cast@
expression x, n;
type T;
@@
  x =
- (T *)
  mbedtls_malloc(n)