.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /// This semantic patch looks for kmalloc etc that are not followed by a |
---|
2 | 3 | /// NULL check. It only gives a report in the case where there is some |
---|
3 | 4 | /// error handling code later in the function, which may be helpful |
---|
.. | .. |
---|
5 | 6 | /// should be. |
---|
6 | 7 | /// |
---|
7 | 8 | // Confidence: High |
---|
8 | | -// Copyright: (C) 2010 Nicolas Palix, DIKU. GPLv2. |
---|
9 | | -// Copyright: (C) 2010 Julia Lawall, DIKU. GPLv2. |
---|
10 | | -// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6. GPLv2. |
---|
| 9 | +// Copyright: (C) 2010 Nicolas Palix, DIKU. |
---|
| 10 | +// Copyright: (C) 2010 Julia Lawall, DIKU. |
---|
| 11 | +// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6. |
---|
11 | 12 | // URL: http://coccinelle.lip6.fr/ |
---|
12 | 13 | // Comments: |
---|
13 | 14 | // Options: --no-includes --include-headers |
---|