[Webkit-unassigned] [Bug 25864] strict aliasing issues in WebCore/page/SecurityOriginHash.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 11:06:27 PDT 2009


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





------- Comment #4 from pkasting at google.com  2009-05-19 11:06 PDT -------
Over time we should definitely fix strict aliasing problems.  GCC is not the
only compiler where they can cause issues.  Generally they are easy to fix by
adding unions (I would probably elect to use more typedefs in the particular
patch above for clarity, though).


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



More information about the webkit-unassigned mailing list