kernel/scripts/coccinelle/free/kfreeaddr.cocci
.. .. @@ -1,7 +1,8 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /// Free of a structure field 2 3 /// 3 4 // Confidence: High 4 -// Copyright: (C) 2013 Julia Lawall, INRIA/LIP6. GPLv2.5 +// Copyright: (C) 2013 Julia Lawall, INRIA/LIP6.5 6 // URL: http://coccinelle.lip6.fr/ 6 7 // Comments: 7 8 // Options: --no-includes --include-headers .. .. @@ -19,7 +20,7 @@ 19 20 ( 20 21 * kfree@p(&e->f) 21 22 | 22 -* kzfree@p(&e->f)23 +* kfree_sensitive@p(&e->f)23 24 ) 24 25 25 26 @script:python depends on org@