mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-07 04:36:41 +00:00
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
@@
|
|
expression x, y;
|
|
statement S;
|
|
@@
|
|
x = polarssl_malloc(...);
|
|
y = polarssl_malloc(...);
|
|
...
|
|
* if (x == NULL || y == NULL)
|
|
S
|