[Webkit-unassigned] [Bug 17336] Update WinCairo WebKit with Font/Text Support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 11:09:06 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17336





------- Comment #4 from alp at atoker.com  2008-02-13 11:09 PDT -------
(In reply to comment #3)
> "Uninitialised variable, this will break in release builds."
> 
> Incorrect.  Statics inside functions in C++ are initialized to 0.
> 

Technically correct but code like this gets moved around and might well end up
in a pure C file some day. I'm pretty sure gcc will not zero stack-allocated
pointers on some platforms unless you explicitly enable C99.

I wouldn't write new code that relies on this feature.


-- 
Configure bugmail: http://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