Coverity PW.PARAMETER_HIDDEN - CID 10668

Bug #937435 reported by Product Strategy Coverity Bug Uploader
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Indicator Applet
Fix Released
Medium
Charles Kerr
0.4
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://wiki.ubuntu.com/CanonicalProductStrategy/Coverity
CID: 10668
Checker: PW.PARAMETER_HIDDEN
Category: No category available
CWE definition: No definition available
File: /tmp/buildd/indicator-applet-0.4.90/src/applet-main.c
Function: No function name available
Code snippet:
536
537 if (entry == NULL) {
538 /* Close any open menus instead of opening one */
539 GList * entries = indicator_object_get_entries(io);
CID 10668 - PW.PARAMETER_HIDDEN
declaration hides parameter "entry" (declared at line 532)
540 GList * entry = NULL;
541 for (entry = entries; entry != NULL; entry = g_list_next(entry)) {
542 IndicatorObjectEntry * entrydata = (IndicatorObjectEntry *)entry->data;
543 gtk_menu_popdown(entrydata->menu);
544 }
545 g_list_free(entries);

Related branches

Revision history for this message
Product Strategy Coverity Bug Uploader (coverity-uploader) wrote : indicator-applet-0.4: /tmp/buildd/indicator-applet-0.4.90/src/applet-main.c

Source file with Coverity annotations.

Changed in indicator-applet:
importance: Undecided → Medium
Charles Kerr (charlesk)
Changed in indicator-applet:
status: New → In Progress
assignee: nobody → charles (charlesk)
Ted Gould (ted)
Changed in indicator-applet:
status: In Progress → Fix Committed
milestone: none → 0.4.91
Ted Gould (ted)
Changed in indicator-applet:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.