mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
Merge pull request #8497 from ronald-cron-arm/remove-cocci-files-2.28
[Backport 2.28] Remove unused *.cocci files
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
@@
|
|
||||||
expression x, y;
|
|
||||||
statement S;
|
|
||||||
@@
|
|
||||||
x = mbedtls_calloc(...);
|
|
||||||
y = mbedtls_calloc(...);
|
|
||||||
...
|
|
||||||
* if (x == NULL || y == NULL)
|
|
||||||
S
|
|
||||||
|
|
||||||
@@
|
|
||||||
expression x, y;
|
|
||||||
statement S;
|
|
||||||
@@
|
|
||||||
if (
|
|
||||||
* (x = mbedtls_calloc(...)) == NULL
|
|
||||||
||
|
|
||||||
* (y = mbedtls_calloc(...)) == NULL
|
|
||||||
)
|
|
||||||
S
|
|
@@ -1,7 +0,0 @@
|
|||||||
@rm_calloc_cast@
|
|
||||||
expression x, n, m;
|
|
||||||
type T;
|
|
||||||
@@
|
|
||||||
x =
|
|
||||||
- (T *)
|
|
||||||
mbedtls_calloc(n, m)
|
|
Reference in New Issue
Block a user