kfreeaddr.cocci (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | kfreeaddr.cocci (f01701cec8cbb94df209e9705b97abd01c151ba1) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/// Free of a structure field 3/// 4// Confidence: High 5// Copyright: (C) 2013 Julia Lawall, INRIA/LIP6. | 1// SPDX-License-Identifier: GPL-2.0-only 2/// Free of a structure field 3/// 4// Confidence: High 5// Copyright: (C) 2013 Julia Lawall, INRIA/LIP6. |
6// URL: http://coccinelle.lip6.fr/ | 6// URL: https://coccinelle.gitlabpages.inria.fr/website |
7// Comments: 8// Options: --no-includes --include-headers 9 10virtual org 11virtual report 12virtual context 13 14@r depends on context || report || org @ --- 23 unchanged lines hidden --- | 7// Comments: 8// Options: --no-includes --include-headers 9 10virtual org 11virtual report 12virtual context 13 14@r depends on context || report || org @ --- 23 unchanged lines hidden --- |