** Changed in: indicator-sound
Status: Incomplete => Invalid
** Changed in: indicator-sound/fifth
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/937450
Title:
Coverity PW.BAD_PRINTF_FORMAT_STRING - CID 10621
Status in Sound Menu:
Invalid
Status in The Sound Menu fifth series:
Invalid
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: 10621
Checker: PW.BAD_PRINTF_FORMAT_STRING
Category: No category available
CWE definition: http://cwe.mitre.org/data/definitions/628.html
File: /tmp/buildd/indicator-sound-0.8.0.0/src/indicator-sound.c
Function: No function name available
Code snippet:
767 gchar *old_desc = priv->accessible_desc;
768
769 if (priv->volume_widget) {
770 priv->accessible_desc = g_strdup_printf(_("Volume (%'.0f%%)"),
CID 10621 - PW.BAD_PRINTF_FORMAT_STRING
invalid format string conversion
771
volume_widget_get_current_volume (priv->volume_widget));
772 }
773 else {
774 priv->accessible_desc = NULL;
775 }
776
To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-sound/+bug/937450/+subscriptions
--
Mailing list: https://launchpad.net/~unity-api-bugs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~unity-api-bugs
More help : https://help.launchpad.net/ListHelp