unity-api-bugs team mailing list archive
-
unity-api-bugs team
-
Mailing list archive
-
Message #04084
[Bug 937454] Re: Coverity PASS_BY_VALUE - CID 10619
This code is not in the latest versions of indicator-sound anymore.
** Changed in: indicator-sound
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to The Sound Menu.
https://bugs.launchpad.net/bugs/937454
Title:
Coverity PASS_BY_VALUE - CID 10619
Status in Sound Menu:
Invalid
Status in The Sound Menu fifth series:
Won't Fix
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: 10619
Checker: PASS_BY_VALUE
Category: No category available
CWE definition: No definition available
File: /tmp/buildd/indicator-sound-0.8.0.0/src/pulseaudio-mgr.c
Function: pm_update_mic_gain()
Code snippet:
193 GINT_TO_POINTER (update)));
194 }
195
196 void
CID 10619 - PASS_BY_VALUE
Passing parameter new_gain of size 132 bytes by value.
197 pm_update_mic_gain (gint source_index, pa_cvolume new_gain)
198 {
199 // LP: #850662
200 if (source_index < 0 || pulse_context == NULL){
201 return;
202 }
To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-sound/+bug/937454/+subscriptions