Coverity PW.PARAMETER_HIDDEN - CID 10013 - gtk/window-decorator/wnck.c - Window win = d->event_windows[i][j].window; declaration hides parameter "win" (declared at line 274)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Confirmed
|
Medium
|
Unassigned | ||
Compiz Core |
New
|
Medium
|
Unassigned | ||
0.9.5 |
New
|
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: 10013
Checker: PW.PARAMETER_HIDDEN
Category: No category available
CWE definition: No definition available
File: /tmp/buildd/
Function: No function name available
Code snippet:
429
430 for (i = 0; i < 3; i++)
431 for (j = 0; j < 3; j++)
432 {
CID 10013 - PW.PARAMETER_HIDDEN
declaration hides parameter "win" (declared at line 274)
433 Window win = d->event_
434 g_hash_table_insert (frame_table,
435 GINT_TO_POINTER (win),
436 GINT_TO_POINTER (xid));
437 }
438
Changed in compiz: | |
importance: | Undecided → Medium |
summary: |
- Coverity PW.PARAMETER_HIDDEN - CID 10013 + Coverity PW.PARAMETER_HIDDEN - CID 10013 - gtk/window-decorator/wnck.c - + Window win = d->event_windows[i][j].window; declaration hides parameter + "win" (declared at line 274) |
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 |
Changed in compiz: | |
status: | New → Confirmed |
milestone: | 0.9.11.0 → 0.9.12.1 |
Changed in compiz: | |
milestone: | 0.9.12.1 → 0.9.12.2 |
Source file with Coverity annotations.