mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
9 lines
134 B
Text
9 lines
134 B
Text
@@
|
|
expression x, y;
|
|
statement S;
|
|
@@
|
|
x = polarssl_malloc(...);
|
|
y = polarssl_malloc(...);
|
|
...
|
|
* if (x == NULL || y == NULL)
|
|
S
|