repo.or.cz
/
systemd_ALT.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1:255.13-alt1
[systemd_ALT.git]
/
coccinelle
/
strdupa.cocci
blob
665736e5c8f35c3e903fd1607c40c4d2c8575bef
1
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
@@
3
expression x;
4
@@
5
- strdupa(x)
6
+ strdupa_safe(x)
7
@@
8
expression x, n;
9
@@
10
- strndupa(x, n)
11
+ strndupa_safe(x, n)