[Webkit-unassigned] [Bug 30658] Uninitialized memory access in svg SynchronizableProperty hashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 20:11:30 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30658





--- Comment #2 from Matt Mueller <mattm at chromium.org>  2009-10-21 20:11:30 PDT ---
Actually it looks like the shouldSynchronize is only used on a per-attribute
basis, so it could just be a struct containing a
HashSet<SVGAnimatedPropertyBase*> and a shouldSynchronize bit (unless
setPropertyNeedsSynchronization can be called before the Properties HashSet is
fully populated?)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list