-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[graf3d] Clang-Tidy Clazy Warnings #7531
Copy link
Copy link
Closed
Labels
Description
/opt/root_src/core/cont/inc/TList.h:153:55: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Calling 'TGLScenePad::PadPaint' in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:222
2: 'pad' is equal to field 'fPad' in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:235
3: Taking false branch in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:235
4: Calling 'TGLScenePad::SubPadPaint' in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:242
5: Assuming the condition is false in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:171
6: Taking false branch in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:171
7: Assuming 'prims' is non-null in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:174
8: '?' condition is true in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:174
9: Loop condition is true. Entering loop body in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:175
10: Loop condition is true. Entering loop body in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:175
11: Calling 'TGLScenePad::ObjectPaint' in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:176
12: Assuming 'log' is null in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:192
13: Taking false branch in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:192
14: Assuming the condition is false in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:197
15: Taking false branch in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:197
16: Assuming the condition is true in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:202
17: Taking true branch in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:202
18: Calling 'TGLScenePad::SubPadPaint' in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:204
19: Assuming the condition is true in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:171
20: Taking true branch in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:171
21: Calling 'TGLScenePad::ComposePolymarker' in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:172
22: Loop condition is true. Entering loop body in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:709
23: Assuming 'dPm' is null in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:711
24: Assuming pointer value is null in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:711
25: Taking false branch in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:711
26: 'dTH3' is null in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:714
27: Taking false branch in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:714
28: Calling 'TObjLink::GetOption' in /opt/root_src/graf3d/gl/src/TGLScenePad.cxx:718
29: Called C++ object pointer is null in /opt/root_src/core/cont/inc/TList.h:153
/opt/root_src/graf3d/eve/src/TEveElement.cxx:361:14: warning: Use of memory after it is freed [clang-analyzer-cplusplus.NewDelete]
1: Calling copy constructor for 'TEveElementList' in /opt/root_src/graf3d/eve/src/TEveElement.cxx:2124
2: Calling copy constructor for 'TEveElement' in /opt/root_src/graf3d/eve/src/TEveElement.cxx:2110
3: Calling 'TEveElement::SetVizModel' in /opt/root_src/graf3d/eve/src/TEveElement.cxx:174
4: Assuming field 'fVizModel' is non-null in /opt/root_src/graf3d/eve/src/TEveElement.cxx:357
5: Taking true branch in /opt/root_src/graf3d/eve/src/TEveElement.cxx:357
6: Calling 'TEveElement::RemoveElement' in /opt/root_src/graf3d/eve/src/TEveElement.cxx:359
7: Calling 'TEveElement::RemoveParent' in /opt/root_src/graf3d/eve/src/TEveElement.cxx:1345
8: Calling 'TEveElement::CheckReferenceCount' in /opt/root_src/graf3d/eve/src/TEveElement.cxx:650
9: Assuming field 'fDestructing' is equal to kNone in /opt/root_src/graf3d/eve/src/TEveElement.cxx:661
10: Taking false branch in /opt/root_src/graf3d/eve/src/TEveElement.cxx:661
11: Assuming the condition is true in /opt/root_src/graf3d/eve/src/TEveElement.cxx:664
12: Left side of '&&' is true in /opt/root_src/graf3d/eve/src/TEveElement.cxx:664
13: Assuming field 'fTopItemCnt' is <= 0 in /opt/root_src/graf3d/eve/src/TEveElement.cxx:664
14: Left side of '&&' is true in /opt/root_src/graf3d/eve/src/TEveElement.cxx:664
15: Assuming field 'fDestroyOnZeroRefCnt' is true in /opt/root_src/graf3d/eve/src/TEveElement.cxx:665
16: Left side of '&&' is true in /opt/root_src/graf3d/eve/src/TEveElement.cxx:664
17: Assuming field 'fDenyDestroy' is <= 0 in /opt/root_src/graf3d/eve/src/TEveElement.cxx:665
18: Taking true branch in /opt/root_src/graf3d/eve/src/TEveElement.cxx:664
19: Assuming the condition is false in /opt/root_src/graf3d/eve/src/TEveElement.cxx:667
20: Taking false branch in /opt/root_src/graf3d/eve/src/TEveElement.cxx:667
21: Assuming 'gDebug' is <= 0 in /opt/root_src/graf3d/eve/src/TEveElement.cxx:677
22: Taking false branch in /opt/root_src/graf3d/eve/src/TEveElement.cxx:677
23: Memory is released in /opt/root_src/graf3d/eve/src/TEveElement.cxx:681
24: Returning; memory was released in /opt/root_src/graf3d/eve/src/TEveElement.cxx:650
25: Returning; memory was released in /opt/root_src/graf3d/eve/src/TEveElement.cxx:1345
26: Returning; memory was released via 1st parameter in /opt/root_src/graf3d/eve/src/TEveElement.cxx:359
27: Use of memory after it is freed in /opt/root_src/graf3d/eve/src/TEveElement.cxx:361
/opt/root_src/graf3d/eve/src/TEveFrameBox.cxx:65:40: warning: Value stored to 'p' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'p' is never read in /opt/root_src/graf3d/eve/src/TEveFrameBox.cxx:65
/opt/root_src/graf3d/eve/src/TEveFrameBox.cxx:83:40: warning: Value stored to 'p' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'p' is never read in /opt/root_src/graf3d/eve/src/TEveFrameBox.cxx:83
/opt/root_src/graf3d/eve/src/TEveGeoNode.cxx:86:11: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Calling 'TEveGeoNode::DumpShapeTree' in /opt/root_src/graf3d/eve/src/TEveGeoNode.cxx:303
2: Assuming 'tnode' is equal to null in /opt/root_src/graf3d/eve/src/TEveGeoNode.cxx:324
3: Assuming pointer value is null in /opt/root_src/graf3d/eve/src/TEveGeoNode.cxx:324
4: Taking true branch in /opt/root_src/graf3d/eve/src/TEveGeoNode.cxx:324
5: Calling 'TEveGeoNode::GetName' in /opt/root_src/graf3d/eve/src/TEveGeoNode.cxx:326
6: Called C++ object pointer is null in /opt/root_src/graf3d/eve/src/TEveGeoNode.cxx:86
/opt/root_src/graf3d/eve/src/TEveJetConeGL.cxx:328:7: warning: Maybe you meant to call TEveJetConeGL::Draw() instead [clazy-skipped-base-method]
/opt/root_src/graf3d/eve/src/TEveLine.cxx:79:4: warning: Maybe you meant to call TEvePointSet::SetMarkerColor() instead [clazy-skipped-base-method]
/opt/root_src/graf3d/eve/src/TEveProjectionAxesGL.cxx:185:12: warning: Value stored to 'pMinor' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'pMinor' during its initialization is never read in /opt/root_src/graf3d/eve/src/TEveProjectionAxesGL.cxx:185
/opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:232:46: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:328
2: Passing value via 1st parameter 'el' in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:330
3: Calling 'TEveProjectionManager::ImportElementsRecurse' in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:330
4: Calling 'TEveProjectionManager::ShouldImport' in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:217
5: Assuming field 'fImportEmpty' is true in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:173
6: Taking true branch in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:173
7: Returning the value 1 (loaded from 'kTRUE'), which participates in a condition later in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:174
8: Returning from 'TEveProjectionManager::ShouldImport' in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:217
9: Taking true branch in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:217
10: Assuming 'pble' is null in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:221
11: Taking false branch in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:221
12: Called C++ object pointer is null in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:232
/opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:371:18: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Loop condition is false. Execution continues on line 335 in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:328
2: Assuming the condition is true in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:335
3: Taking true branch in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:335
4: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:338
5: Passing value via 1st parameter 'el' in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:340
6: Calling 'TEveProjectionManager::ProjectChildrenRecurse' in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:340
7: Assuming 'pted' is null in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:358
8: Taking false branch in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:358
9: Called C++ object pointer is null in /opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx:371
/opt/root_src/graf3d/eve/src/TEveWindow.cxx:1046:7: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Assuming 'return_cont' is null in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:798
2: Left side of '&&' is false in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:798
3: Calling 'TEveWindow::SwapWindows' in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:803
4: 'w1' is not equal to null in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:1031
5: Left side of '||' is false in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:1031
6: 'w2' is not equal to null in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:1031
7: Taking false branch in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:1031
8: Assuming 'w1' is not equal to 'w2' in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:1034
9: Taking false branch in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:1034
10: Left side of '||' is false in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:1037
11: Taking false branch in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:1037
12: 'p2' initialized to a null pointer value in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:1041
13: 'p1' is not equal to 'p2' in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:1043
14: Taking true branch in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:1043
15: Called C++ object pointer is null in /opt/root_src/graf3d/eve/src/TEveWindow.cxx:1046
/opt/root_src/graf3d/eve7/glu/mesh.c:746:3: warning: Value stored to 'fPrev' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'fPrev' is never read in /opt/root_src/graf3d/eve7/glu/mesh.c:746
/opt/root_src/graf3d/eve7/glu/mesh.c:761:3: warning: Value stored to 'vPrev' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'vPrev' is never read in /opt/root_src/graf3d/eve7/glu/mesh.c:761
/opt/root_src/graf3d/eve7/glu/mesh.c:776:3: warning: Value stored to 'ePrev' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'ePrev' is never read in /opt/root_src/graf3d/eve7/glu/mesh.c:776
/opt/root_src/graf3d/eve7/glu/normal.c:112:6: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
1: Assuming the condition is true in /opt/root_src/graf3d/eve7/glu/normal.c:208
2: Left side of '&&' is true in /opt/root_src/graf3d/eve7/glu/normal.c:208
3: Assuming the condition is true in /opt/root_src/graf3d/eve7/glu/normal.c:208
4: Left side of '&&' is true in /opt/root_src/graf3d/eve7/glu/normal.c:208
5: Assuming the condition is true in /opt/root_src/graf3d/eve7/glu/normal.c:208
6: Taking true branch in /opt/root_src/graf3d/eve7/glu/normal.c:208
7: Calling 'ComputeNormal' in /opt/root_src/graf3d/eve7/glu/normal.c:209
8: Loop condition is false. Execution continues on line 99 in /opt/root_src/graf3d/eve7/glu/normal.c:88
9: The value 0 is assigned to 'i' in /opt/root_src/graf3d/eve7/glu/normal.c:99
10: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/normal.c:100
11: Taking false branch in /opt/root_src/graf3d/eve7/glu/normal.c:100
12: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/normal.c:101
13: Taking false branch in /opt/root_src/graf3d/eve7/glu/normal.c:101
14: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/normal.c:102
15: Taking false branch in /opt/root_src/graf3d/eve7/glu/normal.c:102
16: Assigned value is garbage or undefined in /opt/root_src/graf3d/eve7/glu/normal.c:112
/opt/root_src/graf3d/eve7/glu/normal.c:113:6: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
1: Assuming the condition is true in /opt/root_src/graf3d/eve7/glu/normal.c:208
2: Left side of '&&' is true in /opt/root_src/graf3d/eve7/glu/normal.c:208
3: Assuming the condition is true in /opt/root_src/graf3d/eve7/glu/normal.c:208
4: Left side of '&&' is true in /opt/root_src/graf3d/eve7/glu/normal.c:208
5: Assuming the condition is true in /opt/root_src/graf3d/eve7/glu/normal.c:208
6: Taking true branch in /opt/root_src/graf3d/eve7/glu/normal.c:208
7: Calling 'ComputeNormal' in /opt/root_src/graf3d/eve7/glu/normal.c:209
8: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/normal.c:88
9: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/normal.c:89
10: Assuming the condition is true in /opt/root_src/graf3d/eve7/glu/normal.c:91
11: Taking true branch in /opt/root_src/graf3d/eve7/glu/normal.c:91
12: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/normal.c:92
13: Taking false branch in /opt/root_src/graf3d/eve7/glu/normal.c:92
14: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/normal.c:89
15: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/normal.c:91
16: Taking false branch in /opt/root_src/graf3d/eve7/glu/normal.c:91
17: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/normal.c:92
18: Taking false branch in /opt/root_src/graf3d/eve7/glu/normal.c:92
19: The value 2 is assigned to 'i' in /opt/root_src/graf3d/eve7/glu/normal.c:89
20: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/normal.c:89
21: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/normal.c:91
22: Taking false branch in /opt/root_src/graf3d/eve7/glu/normal.c:91
23: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/normal.c:92
24: Taking false branch in /opt/root_src/graf3d/eve7/glu/normal.c:92
25: Loop condition is false. Execution continues on line 88 in /opt/root_src/graf3d/eve7/glu/normal.c:89
26: Loop condition is false. Execution continues on line 99 in /opt/root_src/graf3d/eve7/glu/normal.c:88
27: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/normal.c:100
28: Taking false branch in /opt/root_src/graf3d/eve7/glu/normal.c:100
29: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/normal.c:101
30: Taking false branch in /opt/root_src/graf3d/eve7/glu/normal.c:101
31: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/normal.c:102
32: Taking false branch in /opt/root_src/graf3d/eve7/glu/normal.c:102
33: Assigned value is garbage or undefined in /opt/root_src/graf3d/eve7/glu/normal.c:113
/opt/root_src/graf3d/eve7/glu/sweep.c:803:10: warning: Use of memory after it is freed [clang-analyzer-unix.Malloc]
1: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/sweep.c:1321
2: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:1321
3: Assuming the condition is true in /opt/root_src/graf3d/eve7/glu/sweep.c:1325
4: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/sweep.c:1325
5: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/sweep.c:1326
6: Assuming 'vNext' is not equal to NULL in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
7: Left side of '||' is false in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
8: Assuming '' is not equal to '' in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
9: expanded from macro 'VertEq' in /opt/root_src/graf3d/eve7/glu/geom.h:49
10: Left side of '&&' is false in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
11: expanded from macro 'VertEq' in /opt/root_src/graf3d/eve7/glu/geom.h:49
12: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
13: Execution continues on line 1347 in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
14: Calling 'SweepEvent' in /opt/root_src/graf3d/eve7/glu/sweep.c:1347
15: Assuming field 'activeRegion' is not equal to NULL in /opt/root_src/graf3d/eve7/glu/sweep.c:1085
16: Loop condition is false. Execution continues on line 1101 in /opt/root_src/graf3d/eve7/glu/sweep.c:1085
17: 'regUp' is not equal to NULL in /opt/root_src/graf3d/eve7/glu/sweep.c:1102
18: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:1102
19: Assuming 'eTopLeft' is not equal to field 'Onext' in /opt/root_src/graf3d/eve7/glu/sweep.c:1112
20: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:1112
21: Calling 'AddRightEdges' in /opt/root_src/graf3d/eve7/glu/sweep.c:1116
22: Assuming '' is < '' in /opt/root_src/graf3d/eve7/glu/sweep.c:361
23: expanded from macro 'VertLeq' in /opt/root_src/graf3d/eve7/glu/geom.h:50
24: expanded from macro 'assert' in /usr/include/assert.h:109
25: Left side of '||' is true in /opt/root_src/graf3d/eve7/glu/sweep.c:361
26: expanded from macro 'VertLeq' in /opt/root_src/graf3d/eve7/glu/geom.h:50
27: Assuming 'e' is equal to 'eLast' in /opt/root_src/graf3d/eve7/glu/sweep.c:364
28: Loop condition is false. Exiting loop in /opt/root_src/graf3d/eve7/glu/sweep.c:360
29: 'eTopLeft' is not equal to NULL in /opt/root_src/graf3d/eve7/glu/sweep.c:370
30: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:370
31: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/sweep.c:375
32: Assuming 'e->Org' is not equal to 'ePrev->Org' in /opt/root_src/graf3d/eve7/glu/sweep.c:378
33: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:378
34: Execution continues on line 402 in /opt/root_src/graf3d/eve7/glu/sweep.c:378
35: Assuming the condition is true in /opt/root_src/graf3d/eve7/glu/sweep.c:403
36: expanded from macro 'assert' in /usr/include/assert.h:109
37: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:403
38: expanded from macro 'assert' in /usr/include/assert.h:109
39: 'cleanUp' is 1 in /opt/root_src/graf3d/eve7/glu/sweep.c:405
40: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:405
41: Calling 'WalkDirtyRegions' in /opt/root_src/graf3d/eve7/glu/sweep.c:407
42: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/sweep.c:773
43: Loop condition is false. Execution continues on line 779 in /opt/root_src/graf3d/eve7/glu/sweep.c:775
44: Field 'dirty' is 1 in /opt/root_src/graf3d/eve7/glu/sweep.c:779
45: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:779
46: Assuming 'eUp->Dst' is not equal to 'eLo->Dst' in /opt/root_src/graf3d/eve7/glu/sweep.c:791
47: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:791
48: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:793
49: Assuming field 'fixUpperEdge' is not equal to 0 in /opt/root_src/graf3d/eve7/glu/sweep.c:799
50: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:799
51: Calling 'DeleteRegion' in /opt/root_src/graf3d/eve7/glu/sweep.c:800
52: Field 'fixUpperEdge' is not equal to 0 in /opt/root_src/graf3d/eve7/glu/sweep.c:153
53: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:153
54: Assuming field 'winding' is equal to 0 in /opt/root_src/graf3d/eve7/glu/sweep.c:158
55: expanded from macro 'assert' in /usr/include/assert.h:109
56: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:158
57: expanded from macro 'assert' in /usr/include/assert.h:109
58: Memory is released in /opt/root_src/graf3d/eve7/glu/sweep.c:162
59: expanded from macro 'memFree' in /opt/root_src/graf3d/eve7/glu/memalloc.h:41
60: Returning; memory was released via 2nd parameter in /opt/root_src/graf3d/eve7/glu/sweep.c:800
61: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/sweep.c:801
62: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:801
63: Use of memory after it is freed in /opt/root_src/graf3d/eve7/glu/sweep.c:803
/opt/root_src/graf3d/eve7/glu/sweep.c:808:10: warning: Use of memory after it is freed [clang-analyzer-unix.Malloc]
1: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/sweep.c:1321
2: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:1321
3: Assuming the condition is true in /opt/root_src/graf3d/eve7/glu/sweep.c:1325
4: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/sweep.c:1325
5: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/sweep.c:1326
6: Assuming 'vNext' is not equal to NULL in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
7: Left side of '||' is false in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
8: Assuming '' is not equal to '' in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
9: expanded from macro 'VertEq' in /opt/root_src/graf3d/eve7/glu/geom.h:49
10: Left side of '&&' is false in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
11: expanded from macro 'VertEq' in /opt/root_src/graf3d/eve7/glu/geom.h:49
12: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
13: Execution continues on line 1347 in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
14: Calling 'SweepEvent' in /opt/root_src/graf3d/eve7/glu/sweep.c:1347
15: Assuming field 'activeRegion' is not equal to NULL in /opt/root_src/graf3d/eve7/glu/sweep.c:1085
16: Loop condition is false. Execution continues on line 1101 in /opt/root_src/graf3d/eve7/glu/sweep.c:1085
17: 'regUp' is not equal to NULL in /opt/root_src/graf3d/eve7/glu/sweep.c:1102
18: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:1102
19: Assuming 'eTopLeft' is not equal to field 'Onext' in /opt/root_src/graf3d/eve7/glu/sweep.c:1112
20: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:1112
21: Calling 'AddRightEdges' in /opt/root_src/graf3d/eve7/glu/sweep.c:1116
22: Assuming '' is < '' in /opt/root_src/graf3d/eve7/glu/sweep.c:361
23: expanded from macro 'VertLeq' in /opt/root_src/graf3d/eve7/glu/geom.h:50
24: expanded from macro 'assert' in /usr/include/assert.h:109
25: Left side of '||' is true in /opt/root_src/graf3d/eve7/glu/sweep.c:361
26: expanded from macro 'VertLeq' in /opt/root_src/graf3d/eve7/glu/geom.h:50
27: Assuming 'e' is equal to 'eLast' in /opt/root_src/graf3d/eve7/glu/sweep.c:364
28: Loop condition is false. Exiting loop in /opt/root_src/graf3d/eve7/glu/sweep.c:360
29: 'eTopLeft' is not equal to NULL in /opt/root_src/graf3d/eve7/glu/sweep.c:370
30: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:370
31: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/sweep.c:375
32: Assuming 'e->Org' is not equal to 'ePrev->Org' in /opt/root_src/graf3d/eve7/glu/sweep.c:378
33: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:378
34: Execution continues on line 402 in /opt/root_src/graf3d/eve7/glu/sweep.c:378
35: Assuming the condition is true in /opt/root_src/graf3d/eve7/glu/sweep.c:403
36: expanded from macro 'assert' in /usr/include/assert.h:109
37: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:403
38: expanded from macro 'assert' in /usr/include/assert.h:109
39: 'cleanUp' is 1 in /opt/root_src/graf3d/eve7/glu/sweep.c:405
40: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:405
41: Calling 'WalkDirtyRegions' in /opt/root_src/graf3d/eve7/glu/sweep.c:407
42: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/sweep.c:773
43: Loop condition is false. Execution continues on line 779 in /opt/root_src/graf3d/eve7/glu/sweep.c:775
44: Field 'dirty' is 1 in /opt/root_src/graf3d/eve7/glu/sweep.c:779
45: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:779
46: Assuming 'eUp->Dst' is equal to 'eLo->Dst' in /opt/root_src/graf3d/eve7/glu/sweep.c:791
47: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:791
48: Assuming 'eUp->Org' is not equal to 'eLo->Org' in /opt/root_src/graf3d/eve7/glu/sweep.c:812
49: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:812
50: 'eUp->Dst' is equal to 'eLo->Dst' in /opt/root_src/graf3d/eve7/glu/sweep.c:813
51: expanded from macro 'Dst' in /opt/root_src/graf3d/eve7/glu/mesh.h:158
52: Left side of '&&' is false in /opt/root_src/graf3d/eve7/glu/sweep.c:814
53: 'eUp->Org' is not equal to 'eLo->Org' in /opt/root_src/graf3d/eve7/glu/sweep.c:836
54: Left side of '&&' is false in /opt/root_src/graf3d/eve7/glu/sweep.c:836
55: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/sweep.c:773
56: Loop condition is false. Execution continues on line 779 in /opt/root_src/graf3d/eve7/glu/sweep.c:775
57: Field 'dirty' is 0 in /opt/root_src/graf3d/eve7/glu/sweep.c:779
58: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:779
59: Assuming 'regUp' is not equal to NULL in /opt/root_src/graf3d/eve7/glu/sweep.c:782
60: Left side of '||' is false in /opt/root_src/graf3d/eve7/glu/sweep.c:782
61: Assuming field 'dirty' is not equal to 0 in /opt/root_src/graf3d/eve7/glu/sweep.c:782
62: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:782
63: Assuming 'eUp->Dst' is not equal to 'eLo->Dst' in /opt/root_src/graf3d/eve7/glu/sweep.c:791
64: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:791
65: Assuming the condition is true in /opt/root_src/graf3d/eve7/glu/sweep.c:793
66: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:793
67: Field 'fixUpperEdge' is 0 in /opt/root_src/graf3d/eve7/glu/sweep.c:799
68: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:799
69: Assuming field 'fixUpperEdge' is not equal to 0 in /opt/root_src/graf3d/eve7/glu/sweep.c:804
70: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:804
71: Calling 'DeleteRegion' in /opt/root_src/graf3d/eve7/glu/sweep.c:805
72: Field 'fixUpperEdge' is not equal to 0 in /opt/root_src/graf3d/eve7/glu/sweep.c:153
73: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:153
74: Assuming field 'winding' is equal to 0 in /opt/root_src/graf3d/eve7/glu/sweep.c:158
75: expanded from macro 'assert' in /usr/include/assert.h:109
76: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:158
77: expanded from macro 'assert' in /usr/include/assert.h:109
78: Memory is released in /opt/root_src/graf3d/eve7/glu/sweep.c:162
79: expanded from macro 'memFree' in /opt/root_src/graf3d/eve7/glu/memalloc.h:41
80: Returning; memory was released via 2nd parameter in /opt/root_src/graf3d/eve7/glu/sweep.c:805
81: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/sweep.c:806
82: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:806
83: Use of memory after it is freed in /opt/root_src/graf3d/eve7/glu/sweep.c:808
/opt/root_src/graf3d/eve7/glu/sweep.c:885:22: warning: Use of memory after it is freed [clang-analyzer-unix.Malloc]
1: Assuming the condition is false in /opt/root_src/graf3d/eve7/glu/sweep.c:1321
2: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:1321
3: Assuming the condition is true in /opt/root_src/graf3d/eve7/glu/sweep.c:1325
4: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/sweep.c:1325
5: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/sweep.c:1326
6: Assuming 'vNext' is not equal to NULL in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
7: Left side of '||' is false in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
8: Assuming '' is not equal to '' in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
9: expanded from macro 'VertEq' in /opt/root_src/graf3d/eve7/glu/geom.h:49
10: Left side of '&&' is false in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
11: expanded from macro 'VertEq' in /opt/root_src/graf3d/eve7/glu/geom.h:49
12: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
13: Execution continues on line 1347 in /opt/root_src/graf3d/eve7/glu/sweep.c:1328
14: Calling 'SweepEvent' in /opt/root_src/graf3d/eve7/glu/sweep.c:1347
15: Assuming field 'activeRegion' is not equal to NULL in /opt/root_src/graf3d/eve7/glu/sweep.c:1085
16: Loop condition is false. Execution continues on line 1101 in /opt/root_src/graf3d/eve7/glu/sweep.c:1085
17: 'regUp' is not equal to NULL in /opt/root_src/graf3d/eve7/glu/sweep.c:1102
18: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:1102
19: Calling 'FinishLeftRegions' in /opt/root_src/graf3d/eve7/glu/sweep.c:1105
20: 'regPrev' is not equal to 'regLast' in /opt/root_src/graf3d/eve7/glu/sweep.c:304
21: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/glu/sweep.c:304
22: Assuming 'e->Org' is not equal to 'ePrev->Org' in /opt/root_src/graf3d/eve7/glu/sweep.c:308
23: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:308
24: Assuming field 'fixUpperEdge' is 0 in /opt/root_src/graf3d/eve7/glu/sweep.c:309
25: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:309
26: Calling 'FinishRegion' in /opt/root_src/graf3d/eve7/glu/sweep.c:316
27: Calling 'DeleteRegion' in /opt/root_src/graf3d/eve7/glu/sweep.c:280
28: Field 'fixUpperEdge' is 0 in /opt/root_src/graf3d/eve7/glu/sweep.c:153
29: Taking false branch in /opt/root_src/graf3d/eve7/glu/sweep.c:153
30: Memory is released in /opt/root_src/graf3d/eve7/glu/sweep.c:162
31: expanded from macro 'memFree' in /opt/root_src/graf3d/eve7/glu/memalloc.h:41
32: Returning; memory was released via 2nd parameter in /opt/root_src/graf3d/eve7/glu/sweep.c:280
33: Returning; memory was released via 2nd parameter in /opt/root_src/graf3d/eve7/glu/sweep.c:316
34: Execution continues on line 336 in /opt/root_src/graf3d/eve7/glu/sweep.c:317
35: Returning; memory was released via 2nd parameter in /opt/root_src/graf3d/eve7/glu/sweep.c:1105
36: Assuming 'eTopLeft' is equal to field 'Onext' in /opt/root_src/graf3d/eve7/glu/sweep.c:1112
37: Taking true branch in /opt/root_src/graf3d/eve7/glu/sweep.c:1112
38: Calling 'ConnectRightVertex' in /opt/root_src/graf3d/eve7/glu/sweep.c:1114
39: Use of memory after it is freed in /opt/root_src/graf3d/eve7/glu/sweep.c:885
/opt/root_src/graf3d/eve7/src/REveCalo.cxx:1168:25: warning: Potential leak of memory pointed to by 'sliceVal' [clang-analyzer-cplusplus.NewDeleteLeaks]
1: Taking true branch in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1040
2: Memory is allocated in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1043
3: Assuming 'phiBin' is > 'nPhiBins' in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1046
4: Loop condition is false. Execution jumps to the end of the function in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1046
5: Potential leak of memory pointed to by 'sliceVal' in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1168
/opt/root_src/graf3d/eve7/src/REveCalo.cxx:1168:25: warning: Potential leak of memory pointed to by 'sliceValRef' [clang-analyzer-cplusplus.NewDeleteLeaks]
1: Taking true branch in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1040
2: Memory is allocated in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1044
3: Assuming 'phiBin' is > 'nPhiBins' in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1046
4: Loop condition is false. Execution jumps to the end of the function in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1046
5: Potential leak of memory pointed to by 'sliceValRef' in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1168
/opt/root_src/graf3d/eve7/src/REveCalo.cxx:1168:25: warning: Potential leak of memory pointed to by 'sliceValsLow' [clang-analyzer-cplusplus.NewDeleteLeaks]
1: Taking false branch in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1040
2: Memory is allocated in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1091
3: Assuming 'etaBin' is > 'nEtaBins' in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1098
4: Loop condition is false. Execution jumps to the end of the function in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1098
5: Potential leak of memory pointed to by 'sliceValsLow' in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1168
/opt/root_src/graf3d/eve7/src/REveCalo.cxx:1168:25: warning: Potential leak of memory pointed to by 'sliceValsLowRef' [clang-analyzer-cplusplus.NewDeleteLeaks]
1: Taking false branch in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1040
2: Memory is allocated in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1093
3: Assuming 'etaBin' is > 'nEtaBins' in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1098
4: Loop condition is false. Execution jumps to the end of the function in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1098
5: Potential leak of memory pointed to by 'sliceValsLowRef' in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1168
/opt/root_src/graf3d/eve7/src/REveCalo.cxx:1168:25: warning: Potential leak of memory pointed to by 'sliceValsUp' [clang-analyzer-cplusplus.NewDeleteLeaks]
1: Taking false branch in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1040
2: Memory is allocated in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1090
3: Assuming 'etaBin' is > 'nEtaBins' in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1098
4: Loop condition is false. Execution jumps to the end of the function in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1098
5: Potential leak of memory pointed to by 'sliceValsUp' in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1168
/opt/root_src/graf3d/eve7/src/REveCalo.cxx:1168:25: warning: Potential leak of memory pointed to by 'sliceValsUpRef' [clang-analyzer-cplusplus.NewDeleteLeaks]
1: Taking false branch in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1040
2: Memory is allocated in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1092
3: Assuming 'etaBin' is > 'nEtaBins' in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1098
4: Loop condition is false. Execution jumps to the end of the function in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1098
5: Potential leak of memory pointed to by 'sliceValsUpRef' in /opt/root_src/graf3d/eve7/src/REveCalo.cxx:1168
/opt/root_src/graf3d/eve7/src/REveCaloData.cxx:679:9: warning: Value stored to 'hist' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'hist' during its initialization is never read in /opt/root_src/graf3d/eve7/src/REveCaloData.cxx:679
/opt/root_src/graf3d/eve7/src/REveDataCollection.cxx:162:10: warning: Value stored to 'data' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'data' during its initialization is never read in /opt/root_src/graf3d/eve7/src/REveDataCollection.cxx:162
/opt/root_src/graf3d/eve7/src/REveElement.cxx:1210:4: warning: Use of memory after it is freed [clang-analyzer-cplusplus.NewDelete]
1: Assuming the condition is true in /opt/root_src/graf3d/eve7/src/REveElement.cxx:1221
2: Loop condition is true. Entering loop body in /opt/root_src/graf3d/eve7/src/REveElement.cxx:1221
3: Calling 'REveElement::Annihilate' in /opt/root_src/graf3d/eve7/src/REveElement.cxx:1224
4: 'pable' is non-null in /opt/root_src/graf3d/eve7/src/REveElement.cxx:1197
5: Left side of '&&' is true in /opt/root_src/graf3d/eve7/src/REveElement.cxx:1197
6: Assuming the condition is true in /opt/root_src/graf3d/eve7/src/REveElement.cxx:1197
7: Taking true branch in /opt/root_src/graf3d/eve7/src/REveElement.cxx:1197
8: Assuming field 'fMother' is non-null in /opt/root_src/graf3d/eve7/src/REveElement.cxx:1203
9: Taking true branch in /opt/root_src/graf3d/eve7/src/REveElement.cxx:1203
10: Calling 'REveElement::RemoveElement' in /opt/root_src/graf3d/eve7/src/REveElement.cxx:1205
11: 'el' is non-null in /opt/root_src/graf3d/eve7/src/REveElement.cxx:890
12: Taking false branch in /opt/root_src/graf3d/eve7/src/REveElement.cxx:890
13: Taking false branch in /opt/root_src/graf3d/eve7/src/REveElement.cxx:891
14: Calling 'REveElement::CheckReferenceCount' in /opt/root_src/graf3d/eve7/src/REveElement.cxx:899
15: Assuming field 'fDestructing' is equal to kNone in /opt/root_src/graf3d/eve7/src/REveElement.cxx:541
16: Taking false branch in /opt/root_src/graf3d/eve7/src/REveElement.cxx:541
17: Left side of '&&' is true in /opt/root_src/graf3d/eve7/src/REveElement.cxx:544
18: Assuming field 'fDestroyOnZeroRefCnt' is true in /opt/root_src/graf3d/eve7/src/REveElement.cxx:544
19: Left side of '&&' is true in /opt/root_src/graf3d/eve7/src/REveElement.cxx:544
20: Assuming field 'fDenyDestroy' is <= 0 in /opt/root_src/graf3d/eve7/src/REveElement.cxx:544
21: Taking true branch in /opt/root_src/graf3d/eve7/src/REveElement.cxx:544
22: Assuming 'gDebug' is <= 0 in /opt/root_src/graf3d/eve7/src/REveElement.cxx:546
23: Taking false branch in /opt/root_src/graf3d/eve7/src/REveElement.cxx:546
24: Memory is released in /opt/root_src/graf3d/eve7/src/REveElement.cxx:551
25: Returning; memory was released in /opt/root_src/graf3d/eve7/src/REveElement.cxx:899
26: Returning; memory was released via 1st parameter in /opt/root_src/graf3d/eve7/src/REveElement.cxx:1205
27: Use of memory after it is freed in /opt/root_src/graf3d/eve7/src/REveElement.cxx:1210
/opt/root_src/graf3d/eve7/src/REveEllipsoid.cxx:204:10: warning: Value stored to 'max' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'max' is never read in /opt/root_src/graf3d/eve7/src/REveEllipsoid.cxx:204
/opt/root_src/graf3d/eve7/src/REveFrameBox.cxx:65:40: warning: Value stored to 'p' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'p' is never read in /opt/root_src/graf3d/eve7/src/REveFrameBox.cxx:65
/opt/root_src/graf3d/eve7/src/REveFrameBox.cxx:83:40: warning: Value stored to 'p' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'p' is never read in /opt/root_src/graf3d/eve7/src/REveFrameBox.cxx:83
/opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:55:38: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Calling 'MakeGeoMesh' in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:103
2: 'comp' is non-null in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:54
3: Taking false branch in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:54
4: 'matr' is null in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:73
5: Taking false branch in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:73
6: Passing value via 2nd parameter 'shape' in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:76
7: Calling 'MakeGeoMesh' in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:76
8: Assuming 'comp' is null in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:54
9: Assuming pointer value is null in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:54
10: Taking true branch in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:54
11: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:55
/opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:152:35: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Assuming 'box' is null in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:141
2: Taking false branch in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:141
3: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx:152
/opt/root_src/graf3d/eve7/src/REveLine.cxx:67:4: warning: Maybe you meant to call REvePointSet::SetMarkerColor() instead [clazy-skipped-base-method]
/opt/root_src/graf3d/eve7/src/REveManager.cxx:290:4: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Passing value via 2nd parameter 'parent' in /opt/root_src/graf3d/eve7/src/REveManager.cxx:213
2: Calling 'REveManager::AddElement' in /opt/root_src/graf3d/eve7/src/REveManager.cxx:213
3: Assuming pointer value is null in /opt/root_src/graf3d/eve7/src/REveManager.cxx:286
4: Taking true branch in /opt/root_src/graf3d/eve7/src/REveManager.cxx:286
5: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveManager.cxx:290
/opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:219:39: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: 'c' initialized here in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:315
2: Passing value via 1st parameter 'el' in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:316
3: Calling 'REveProjectionManager::ImportElementsRecurse' in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:316
4: Calling 'REveProjectionManager::ShouldImport' in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:204
5: Assuming field 'fImportEmpty' is true in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:151
6: Taking true branch in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:151
7: Returning the value 1 (loaded from 'kTRUE'), which participates in a condition later in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:152
8: Returning from 'REveProjectionManager::ShouldImport' in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:204
9: Taking true branch in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:204
10: Assuming 'pble' is null in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:208
11: Taking false branch in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:208
12: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:219
/opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:355:19: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Assuming the condition is true in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:321
2: Taking true branch in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:321
3: 'nel' initialized here in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:324
4: Passing value via 1st parameter 'el' in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:325
5: Calling 'REveProjectionManager::ProjectChildrenRecurse' in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:325
6: Assuming 'pted' is null in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:342
7: Taking false branch in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:342
8: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx:355
/opt/root_src/graf3d/eve7/src/REveTrack.cxx:692:18: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Calling 'REveElement::HasChildren' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:665
2: Assuming the condition is true in /opt/root_src/graf3d/eve7/inc/ROOT/REveElement.hxx:165
3: Returning the value 1, which participates in a condition later in /opt/root_src/graf3d/eve7/inc/ROOT/REveElement.hxx:165
4: Returning from 'REveElement::HasChildren' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:665
5: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:665
6: 'c' initialized here in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:667
7: Assuming 'track' is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:670
8: Taking false branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:670
9: Assuming 'recurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:675
10: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:675
11: Passing null pointer value via 1st parameter 'el' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:676
12: Calling 'REveTrackList::FindMomentumLimits' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:676
13: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:692
/opt/root_src/graf3d/eve7/src/REveTrack.cxx:747:18: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Assuming the condition is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:734
2: Taking false branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:734
3: Assuming field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:736
4: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:736
5: Calling 'REveTrackList::SetRnrLine' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:737
6: 'c' initialized here in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:747
7: Assuming 'track' is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:749
8: Left side of '&&' is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:749
9: Field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:751
10: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:751
11: Passing null pointer value via 2nd parameter 'el' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:752
12: Calling 'REveTrackList::SetRnrLine' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:752
13: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:747
/opt/root_src/graf3d/eve7/src/REveTrack.cxx:776:18: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Assuming the condition is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:763
2: Taking false branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:763
3: Assuming field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:765
4: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:765
5: Calling 'REveTrackList::SetRnrPoints' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:766
6: 'c' initialized here in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:776
7: Assuming 'track' is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:778
8: Taking false branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:778
9: Field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:781
10: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:781
11: Passing null pointer value via 2nd parameter 'el' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:782
12: Calling 'REveTrackList::SetRnrPoints' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:782
13: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:776
/opt/root_src/graf3d/eve7/src/REveTrack.cxx:806:18: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Assuming the condition is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:793
2: Taking false branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:793
3: Assuming field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:795
4: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:795
5: Calling 'REveTrackList::SetLineColor' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:796
6: 'c' initialized here in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:806
7: Assuming 'track' is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:808
8: Left side of '&&' is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:808
9: Field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:810
10: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:810
11: Passing null pointer value via 2nd parameter 'el' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:811
12: Calling 'REveTrackList::SetLineColor' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:811
13: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:806
/opt/root_src/graf3d/eve7/src/REveTrack.cxx:835:18: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Assuming the condition is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:822
2: Taking false branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:822
3: Assuming field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:824
4: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:824
5: Calling 'REveTrackList::SetLineWidth' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:825
6: 'c' initialized here in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:835
7: Assuming 'track' is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:837
8: Left side of '&&' is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:837
9: Field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:839
10: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:839
11: Passing null pointer value via 2nd parameter 'el' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:840
12: Calling 'REveTrackList::SetLineWidth' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:840
13: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:835
/opt/root_src/graf3d/eve7/src/REveTrack.cxx:864:18: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Assuming the condition is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:851
2: Taking false branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:851
3: Assuming field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:853
4: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:853
5: Calling 'REveTrackList::SetLineStyle' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:854
6: 'c' initialized here in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:864
7: Assuming 'track' is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:866
8: Left side of '&&' is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:866
9: Field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:868
10: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:868
11: Passing null pointer value via 2nd parameter 'el' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:869
12: Calling 'REveTrackList::SetLineStyle' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:869
13: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:864
/opt/root_src/graf3d/eve7/src/REveTrack.cxx:893:18: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Assuming the condition is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:880
2: Taking false branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:880
3: Assuming field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:882
4: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:882
5: Calling 'REveTrackList::SetMarkerStyle' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:883
6: 'c' initialized here in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:893
7: Assuming 'track' is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:895
8: Left side of '&&' is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:895
9: Field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:897
10: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:897
11: Passing null pointer value via 2nd parameter 'el' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:898
12: Calling 'REveTrackList::SetMarkerStyle' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:898
13: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:893
/opt/root_src/graf3d/eve7/src/REveTrack.cxx:922:18: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Assuming the condition is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:909
2: Taking false branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:909
3: Assuming field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:911
4: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:911
5: Calling 'REveTrackList::SetMarkerColor' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:912
6: 'c' initialized here in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:922
7: Assuming 'track' is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:924
8: Left side of '&&' is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:924
9: Field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:926
10: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:926
11: Passing null pointer value via 2nd parameter 'el' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:927
12: Calling 'REveTrackList::SetMarkerColor' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:927
13: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:922
/opt/root_src/graf3d/eve7/src/REveTrack.cxx:951:18: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Assuming the condition is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:938
2: Taking false branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:938
3: Assuming field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:940
4: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:940
5: Calling 'REveTrackList::SetMarkerSize' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:941
6: 'c' initialized here in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:951
7: Assuming 'track' is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:953
8: Left side of '&&' is false in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:953
9: Field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:955
10: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:955
11: Passing null pointer value via 2nd parameter 'el' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:956
12: Calling 'REveTrackList::SetMarkerSize' in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:956
13: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveTrack.cxx:951
/opt/root_src/graf3d/eve7/src/REveTrackProjected.cxx:303:18: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Calling 'REveTrackListProjected::SetDepth' in /opt/root_src/graf3d/eve7/src/REveTrackProjected.cxx:295
2: 'c' initialized here in /opt/root_src/graf3d/eve7/src/REveTrackProjected.cxx:303
3: Assuming pointer value is null in /opt/root_src/graf3d/eve7/src/REveTrackProjected.cxx:305
4: Assuming 'ptrack' is null in /opt/root_src/graf3d/eve7/src/REveTrackProjected.cxx:305
5: Taking false branch in /opt/root_src/graf3d/eve7/src/REveTrackProjected.cxx:305
6: Assuming field 'fRecurse' is true in /opt/root_src/graf3d/eve7/src/REveTrackProjected.cxx:307
7: Taking true branch in /opt/root_src/graf3d/eve7/src/REveTrackProjected.cxx:307
8: Passing null pointer value via 2nd parameter 'el' in /opt/root_src/graf3d/eve7/src/REveTrackProjected.cxx:308
9: Calling 'REveTrackListProjected::SetDepth' in /opt/root_src/graf3d/eve7/src/REveTrackProjected.cxx:308
10: Called C++ object pointer is null in /opt/root_src/graf3d/eve7/src/REveTrackProjected.cxx:303
/opt/root_src/graf3d/g3d/src/THelix.cxx:92:19: warning: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage]
1: Assuming 'range' is null in /opt/root_src/graf3d/g3d/src/THelix.cxx:161
2: Taking false branch in /opt/root_src/graf3d/g3d/src/THelix.cxx:161
3: Null pointer value stored to field 'fRotMat' in /opt/root_src/graf3d/g3d/src/THelix.cxx:167
4: Assuming 'axis' is non-null in /opt/root_src/graf3d/g3d/src/THelix.cxx:168
5: Taking true branch in /opt/root_src/graf3d/g3d/src/THelix.cxx:168
6: Calling 'THelix::SetHelix' in /opt/root_src/graf3d/g3d/src/THelix.cxx:169
7: Called C++ object pointer is null in /opt/root_src/graf3d/g3d/src/THelix.cxx:92
/opt/root_src/graf3d/g3d/src/TSPHE.cxx:240:13: warning: Value stored to 'ph' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'ph' during its initialization is never read in /opt/root_src/graf3d/g3d/src/TSPHE.cxx:240
/opt/root_src/graf3d/g3d/src/TTUBS.cxx:104:13: warning: Value stored to 'ph' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'ph' during its initialization is never read in /opt/root_src/graf3d/g3d/src/TTUBS.cxx:104
/opt/root_src/graf3d/g3d/src/TView3D.cxx:687:7: warning: Value stored to 'psideg' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'psideg' is never read in /opt/root_src/graf3d/g3d/src/TView3D.cxx:687
/opt/root_src/graf3d/g3d/src/TView3D.cxx:1741:20: warning: Value stored to 'count' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'count' is never read in /opt/root_src/graf3d/g3d/src/TView3D.cxx:1741
/opt/root_src/graf3d/g3d/src/TXTRU.cxx:800:14: warning: Although the value stored to 'indx2' is used in the enclosing expression, the value is never actually read from 'indx2' [clang-analyzer-deadcode.DeadStores]
1: Although the value stored to 'indx2' is used in the enclosing expression, the value is never actually read from 'indx2' in /opt/root_src/graf3d/g3d/src/TXTRU.cxx:800
/opt/root_src/graf3d/gl/src/TGLBoxPainter.cxx:411:7: warning: Value stored to 'maxContent' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'maxContent' is never read in /opt/root_src/graf3d/gl/src/TGLBoxPainter.cxx:411
/opt/root_src/graf3d/gl/src/TGLScene.cxx:1500:7: warning: Value stored to 'logicalShape' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'logicalShape' is never read in /opt/root_src/graf3d/gl/src/TGLScene.cxx:1500
/opt/root_src/graf3d/gl/src/TGLScene.cxx:1510:7: warning: Value stored to 'physicalShape' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'physicalShape' is never read in /opt/root_src/graf3d/gl/src/TGLScene.cxx:1510
/opt/root_src/graf3d/gl/src/TGLVoxelPainter.cxx:270:7: warning: Value stored to 'maxContent' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'maxContent' is never read in /opt/root_src/graf3d/gl/src/TGLVoxelPainter.cxx:270
/opt/root_src/graf3d/gviz3d/src/TStructViewerGUI.cxx:509:7: warning: Variable 'i' with floating point type 'Float_t' should not be used as a loop counter [clang-analyzer-security.FloatLoopCounter]
1: Variable 'i' with floating point type 'Float_t' should not be used as a loop counter in /opt/root_src/graf3d/gviz3d/src/TStructViewerGUI.cxx:509
/opt/root_src/graf3d/x3d/src/x3d.c:730:10: warning: Value stored to 'index2' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'index2' is never read in /opt/root_src/graf3d/x3d/src/x3d.c:730
/opt/root_src/graf3d/x3d/src/x3d.c:761:10: warning: Value stored to 'index2' is never read [clang-analyzer-deadcode.DeadStores]
1: Value stored to 'index2' is never read in /opt/root_src/graf3d/x3d/src/x3d.c:761
/opt/root_src/graf3d/x3d/src/x3d.c:3166:8: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy]
1: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 in /opt/root_src/graf3d/x3d/src/x3d.c:3166
/opt/root_src/graf3d/x3d/src/x3d.c:3170:8: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy]
1: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 in /opt/root_src/graf3d/x3d/src/x3d.c:3170
/opt/root_src/graf3d/x3d/src/x3d.c:3174:8: warning: Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy]
1: Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 in /opt/root_src/graf3d/x3d/src/x3d.c:3174
/opt/root_src/graf3d/x3d/src/x3d.c:3175:8: warning: Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy]
1: Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 in /opt/root_src/graf3d/x3d/src/x3d.c:3175
/opt/root_src/core/cont/inc/TList.h
/opt/root_src/graf3d/eve/src/TEveElement.cxx
/opt/root_src/graf3d/eve/src/TEveFrameBox.cxx
/opt/root_src/graf3d/eve/src/TEveGeoNode.cxx
/opt/root_src/graf3d/eve/src/TEveJetConeGL.cxx
/opt/root_src/graf3d/eve/src/TEveLine.cxx
/opt/root_src/graf3d/eve/src/TEveProjectionAxesGL.cxx
/opt/root_src/graf3d/eve/src/TEveProjectionManager.cxx
/opt/root_src/graf3d/eve/src/TEveWindow.cxx
/opt/root_src/graf3d/eve7/glu/mesh.c
/opt/root_src/graf3d/eve7/glu/normal.c
/opt/root_src/graf3d/eve7/glu/sweep.c
/opt/root_src/graf3d/eve7/src/REveCalo.cxx
/opt/root_src/graf3d/eve7/src/REveCaloData.cxx
/opt/root_src/graf3d/eve7/src/REveDataCollection.cxx
/opt/root_src/graf3d/eve7/src/REveElement.cxx
/opt/root_src/graf3d/eve7/src/REveEllipsoid.cxx
/opt/root_src/graf3d/eve7/src/REveFrameBox.cxx
/opt/root_src/graf3d/eve7/src/REveGeoPolyShape.cxx
/opt/root_src/graf3d/eve7/src/REveLine.cxx
/opt/root_src/graf3d/eve7/src/REveManager.cxx
/opt/root_src/graf3d/eve7/src/REveProjectionManager.cxx
/opt/root_src/graf3d/eve7/src/REveTrack.cxx
/opt/root_src/graf3d/eve7/src/REveTrackProjected.cxx
/opt/root_src/graf3d/g3d/src/THelix.cxx
/opt/root_src/graf3d/g3d/src/TSPHE.cxx
/opt/root_src/graf3d/g3d/src/TTUBS.cxx
/opt/root_src/graf3d/g3d/src/TView3D.cxx
/opt/root_src/graf3d/g3d/src/TXTRU.cxx
/opt/root_src/graf3d/gl/src/TGLBoxPainter.cxx
/opt/root_src/graf3d/gl/src/TGLScene.cxx
/opt/root_src/graf3d/gl/src/TGLVoxelPainter.cxx
/opt/root_src/graf3d/gviz3d/src/TStructViewerGUI.cxx
/opt/root_src/graf3d/x3d/src/x3d.c
Reactions are currently unavailable