** Changed in: compiz (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1101620
Title: Coverity CHECKED_RETURN - CID 12388 - generated/resize_options.cpp - in function: ResizeOptions::initOptions() - Calling function "CompOption::set(CompOption::Value &)" without checking return value (as is done elsewhere 1171 out of 1219 times). No check of the return value of "this->mOptions[12UL]->set(value)". Note that this is in generated/ dir. Status in Compiz: New Status in Compiz 0.9.9 series: New Status in compiz package in Ubuntu: New 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: 12388 Checker: CHECKED_RETURN Category: No category available CWE definition: http://cwe.mitre.org/data/definitions/252.html File: /tmp/buildd/compiz-0.9.9~daily13.01.14/obj-x86_64-linux-gnu/generated/resize_options.cpp Function: ResizeOptions::initOptions() Code snippet: 105 106 // outline_modifier 107 mOptions[ResizeOptions::OutlineModifier].setName ("outline_modifier", CompOption::TypeList); 108 value.set (CompOption::TypeInt, CompOption::Value::Vector (0)); CID 12388 - CHECKED_RETURN Calling function "CompOption::set(CompOption::Value &)" without checking return value (as is done elsewhere 1171 out of 1219 times). No check of the return value of "this->mOptions[12UL]->set(value)". 109 mOptions[ResizeOptions::OutlineModifier].set (value); 110 mOptions[ResizeOptions::OutlineModifier].rest ().set (0, 3); 111 112 // rectangle_modifier 113 mOptions[ResizeOptions::RectangleModifier].setName ("rectangle_modifier", CompOption::TypeList); 114 value.set (CompOption::TypeInt, CompOption::Value::Vector (0)); To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1101620/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

