.. | .. |
---|
1 | | -/// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
| 2 | +/// Correct the size argument to alloc functions |
---|
2 | 3 | /// |
---|
3 | 4 | //# This makes an effort to find cases where the argument to sizeof is wrong |
---|
4 | 5 | //# in memory allocation functions by checking the type of the allocated memory |
---|
.. | .. |
---|
8 | 9 | //# may need some reformatting. |
---|
9 | 10 | // |
---|
10 | 11 | // Confidence: Moderate |
---|
11 | | -// Copyright: (C) 2014 Himangi Saraogi. GPLv2. |
---|
| 12 | +// Copyright: (C) 2014 Himangi Saraogi. |
---|
12 | 13 | // Comments: |
---|
13 | 14 | // Options: |
---|
14 | 15 | |
---|