diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-06-20 12:51:23 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-06-22 11:30:54 +0200 |
commit | c8a5e33fcdde322f486d6c69e7e16fa346793fc9 (patch) | |
tree | ea7d12c03048fab6e0cbc7571b779c592d610512 /static-analysis-suppressions | |
parent | b91b3d807d3e049358027d53ec5e4574e16850b3 (diff) | |
download | nx-libs-c8a5e33fcdde322f486d6c69e7e16fa346793fc9.tar.gz nx-libs-c8a5e33fcdde322f486d6c69e7e16fa346793fc9.tar.bz2 nx-libs-c8a5e33fcdde322f486d6c69e7e16fa346793fc9.zip |
Suppress false positives in static analysis
there's more work to do...
The whole nx-X11/extras dir is no longer checked since we only have
Mesa there and we do not want to check that mess...
All the exceptions in static-analysis-suppressions have been manually
checked.
Diffstat (limited to 'static-analysis-suppressions')
-rw-r--r-- | static-analysis-suppressions | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/static-analysis-suppressions b/static-analysis-suppressions new file mode 100644 index 000000000..ebd6156e9 --- /dev/null +++ b/static-analysis-suppressions @@ -0,0 +1,26 @@ +memleak:nx-X11/programs/Xserver/dix/gc.c +memleak:nx-X11/lib/include/xtrans/Xtrans.c:982 +memleak:nx-X11/lib/include/xtrans/Xtrans.c:987 +memleak:nx-X11/lib/include/xtrans/Xtrans.c:1004 +memleak:nx-X11/lib/include/xtrans/Xtrans.c:1009 +uninitvar:nx-X11/lib/include/xtrans/Xtranssock.c:1107 +uninitvar:nx-X11/lib/include/xtrans/Xtranssock.c:1109 +uninitvar:nx-X11/lib/include/xtrans/Xtranssock.c:1146 +uninitvar:nx-X11/lib/include/xtrans/Xtranssock.c:1148 +memleak:nx-X11/lib/include/xtrans/Xtranssock.c:2446 +memleak:nx-X11/lib/include/xtrans/Xtranssock.c:2458 +nullPointer:nx-X11/programs/Xserver/Xext/security.c +nullPointerArithmetic:nx-X11/programs/Xserver/randr/rrcrtc.c +nullPointerArithmetic:nx-X11/programs/Xserver/randr/rroutput.c +nullPointerArithmetic:nx-X11/programs/Xserver/randr/rrprovider.c +nullPointerArithmetic:nx-X11/programs/Xserver/randr/rrscreen.c +memleak:nx-X11/programs/Xserver/render/render.c:2929 +memleak:nx-X11/programs/Xserver/render/render.c:2991 +memleak:nx-X11/programs/Xserver/render/render.c:3049 +memleak:nx-X11/programs/Xserver/render/render.c:3103 +memleak:nx-X11/programs/Xserver/render/render.c:3157 +memleak:nx-X11/programs/Xserver/render/render.c:3288 +doubleFree:nx-X11/programs/Xserver/hw/nxagent/Keyboard.c:1699 +uninitStructMember:nx-X11/programs/Xserver/mi/miwideline.c:190 +invalidFree:nxcomp/src/EncodeBuffer.cpp:84 +invalidFree:nxcomp/src/EncodeBuffer.cpp:106 |