mirror of https://gitee.com/openkylin/systemd.git
12 lines
162 B
Plaintext
12 lines
162 B
Plaintext
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||
|
@@
|
||
|
expression x;
|
||
|
@@
|
||
|
- strdupa(x)
|
||
|
+ strdupa_safe(x)
|
||
|
@@
|
||
|
expression x, n;
|
||
|
@@
|
||
|
- strndupa(x, n)
|
||
|
+ strndupa_safe(x, n)
|