GNOME Bugzilla – Bug 689496
Fixes for Coverity
Last modified: 2012-12-03 01:19:46 UTC
A bunch of code fixes found by Coverity, with no common denominator.
Created attachment 230463 [details] [review] cally-util: Don't free a NULL pointer The only place key_event can not be NULL is in this branch. Spotted by Coverity.
Created attachment 230464 [details] [review] grid-layout: Don't use uninitialized values The clutter_actor_box_set_* methods rely on the current box geometry, so we can't use those for an uninitialize actor box. Found by Coverity.
Created attachment 230465 [details] [review] Fix some missing va_ends Found by Coverity.
Created attachment 230466 [details] [review] text: Fix font fallback Spotted by Coverity.
Created attachment 230467 [details] [review] gdk: Fix realization in the foreign-window case Found by Coverity.
Created attachment 230468 [details] [review] A bunch of fixes for Coverity None of these are relevant enough for their own fixes.
Review of attachment 230464 [details] [review]: looks good.
Review of attachment 230465 [details] [review]: looks good.
Review of attachment 230466 [details] [review]: looks okay
Review of attachment 230467 [details] [review]: looks okay.
Review of attachment 230468 [details] [review]: looks okay.
Review of attachment 230463 [details] [review]: looks good. the AtkKeyEventStruct variable could be declared inside the block as well, but it's fine.
pushed all these, but Bugzilla tanked