Coverity CHECKED_RETURN - CID 12406 - src/privatescreen/tests/test-privatescreen.cpp - in function: privatescreen_ButtonPressEdgeEventManagementTest_NoTriggerOnUnboundAction_Test::TestBody() - No check of the return value of "option.set(value)".
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Fix Released
|
Medium
|
Stephen M. Webb | ||
0.9.9 |
Won't Fix
|
Medium
|
Unassigned | ||
compiz (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https:/
CID: 12406
Checker: CHECKED_RETURN
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: privatescreen_
Code snippet:
1239 MockTriggerable
1240 ce::EventArguments arguments;
1241 int edgeMask = 1 << SCREEN_EDGE_TOP;
1242
CID 12406 - CHECKED_RETURN
Calling function "CompOption:
No check of the return value of "option.
1243 option.set (value);
1244
1245 const ce::ActionModsM
1246 GetMatchEventSt
1247
1248 EXPECT_FALSE (ce::activateBu
Related branches
- Christopher Townsend (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 102 lines (+11/-11)1 file modifiedsrc/privatescreen/tests/test-privatescreen.cpp (+11/-11)
summary: |
- Coverity CHECKED_RETURN - CID 12406 + Coverity CHECKED_RETURN - CID 12406 - src/privatescreen/tests/test- + privatescreen.cpp - in function: + privatescreen_ButtonPressEdgeEventManagementTest_NoTriggerOnUnboundAction_Test::TestBody() + - No check of the return value of "option.set(value)". |
Changed in compiz: | |
milestone: | none → 0.9.10.0 |
Changed in compiz: | |
milestone: | 0.9.10.0 → 0.9.11.0 |
Changed in compiz: | |
status: | New → Triaged |
assignee: | nobody → Stephen M. Webb (bregma) |
milestone: | 0.9.11.0 → 0.9.12.1 |
Changed in compiz: | |
status: | Triaged → Fix Committed |
Changed in compiz: | |
status: | Fix Committed → Fix Released |
Source file with Coverity annotations.