After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 672378 - compositor: fix valgrind spew
compositor: fix valgrind spew
Status: RESOLVED DUPLICATE of bug 643606
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2012-03-19 07:17 UTC by Ray Strode [halfline]
Modified: 2012-03-19 07:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
compositor: fix valgrind spew (2.10 KB, patch)
2012-03-19 07:17 UTC, Ray Strode [halfline]
none Details | Review

Description Ray Strode [halfline] 2012-03-19 07:17:14 UTC
The downstream report here:

https://bugzilla.redhat.com/show_bug.cgi?id=802903

has a log posted that shows that

meta_window_actor_update_bounding_region_and_borders

sometimes uses its border variable uninitialized.

This commit guards against that uninitialized usage.
Comment 1 Ray Strode [halfline] 2012-03-19 07:17:16 UTC
Created attachment 210075 [details] [review]
compositor: fix valgrind spew
Comment 2 Ray Strode [halfline] 2012-03-19 07:19:22 UTC

*** This bug has been marked as a duplicate of bug 643606 ***