diff options
author | Brian Behlendorf <[email protected]> | 2017-11-18 14:08:00 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2017-11-18 14:08:00 -0800 |
commit | 94183a9d8a1133ff0d29666a86f84c24f2c4083c (patch) | |
tree | cb6ad00a71574e618efc4e964f2b1b9b4f89b5bf /.github/suppressions.txt | |
parent | 8d187769736688044c3c58a6a56069a54210a656 (diff) |
Update for cppcheck v1.80
Resolve new warnings and errors from cppcheck v1.80.
* [lib/libshare/libshare.c:543]: (warning)
Possible null pointer dereference: protocol
* [lib/libzfs/libzfs_dataset.c:2323]: (warning)
Possible null pointer dereference: srctype
* [lib/libzfs/libzfs_import.c:318]: (error)
Uninitialized variable: link
* [module/zfs/abd.c:353]: (error) Uninitialized variable: sg
* [module/zfs/abd.c:353]: (error) Uninitialized variable: i
* [module/zfs/abd.c:385]: (error) Uninitialized variable: sg
* [module/zfs/abd.c:385]: (error) Uninitialized variable: i
* [module/zfs/abd.c:553]: (error) Uninitialized variable: i
* [module/zfs/abd.c:553]: (error) Uninitialized variable: sg
* [module/zfs/abd.c:763]: (error) Uninitialized variable: i
* [module/zfs/abd.c:763]: (error) Uninitialized variable: sg
* [module/zfs/abd.c:305]: (error) Uninitialized variable: tmp_page
* [module/zfs/zpl_xattr.c:342]: (warning)
Possible null pointer dereference: value
* [module/zfs/zvol.c:208]: (error) Uninitialized variable: p
Convert the following suppression to inline.
* [module/zfs/zfs_vnops.c:840]: (error)
Possible null pointer dereference: aiov
Exclude HAVE_UIO_ZEROCOPY and HAVE_DNLC from analysis since
these macro's will never be defined until this functionality
is implemented.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #6879
Diffstat (limited to '.github/suppressions.txt')
-rw-r--r-- | .github/suppressions.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/suppressions.txt b/.github/suppressions.txt index 61a2cd233..f9508a24b 100644 --- a/.github/suppressions.txt +++ b/.github/suppressions.txt @@ -1,4 +1,3 @@ -nullPointer:./module/zfs/zfs_vnops.c:839 preprocessorErrorDirective:./module/zfs/vdev_raidz_math_avx512f.c:243 preprocessorErrorDirective:./module/zfs/vdev_raidz_math_sse2.c:266 |