Coverity STACK_USE - CID 12534 - src/privatescreen/tests/test-privatescreen.cpp - in function: privatescreen_EventManagerTest_create_and_destroy_Test::TestBody() - Local variable "comp_screen" uses 14736 bytes of stack space, which exceeds the maximum single use of 10000 bytes.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
New
|
Medium
|
Unassigned | ||
0.9.9 |
New
|
Medium
|
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: 12534
Checker: STACK_USE
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: privatescreen_
Code snippet:
732 TEST(privatescr
733 {
734 using namespace testing;
735
CID 12534 - STACK_USE
Local variable "comp_screen" uses 14736 bytes of stack space, which exceeds the maximum single use of 10000 bytes.
736 MockCompScreen comp_screen;
737
738 cps::EventManager em;
739 }
740
741 TEST(privatescr
summary: |
- Coverity STACK_USE - CID 12534 + Coverity STACK_USE - CID 12534 - src/privatescreen/tests/test- + privatescreen.cpp - in function: + privatescreen_EventManagerTest_create_and_destroy_Test::TestBody() - + Local variable "comp_screen" uses 14736 bytes of stack space, which + exceeds the maximum single use of 10000 bytes. |
Changed in compiz: | |
milestone: | none → 0.9.10.0 |
Changed in compiz: | |
milestone: | 0.9.10.0 → 0.9.10.2 |
Changed in compiz: | |
milestone: | 0.9.10.2 → 0.9.11.0 |
Source file with Coverity annotations.