mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 09:28:24 +00:00
10 lines
134 B
Text
10 lines
134 B
Text
|
@@
|
||
|
expression x, y;
|
||
|
statement S;
|
||
|
@@
|
||
|
x = polarssl_malloc(...);
|
||
|
y = polarssl_malloc(...);
|
||
|
...
|
||
|
* if (x == NULL || y == NULL)
|
||
|
S
|