[webkit-reviews] review denied: [Bug 5528] Lazy inintializations of
global variables in various ::init() methods use uninitialized bool
variables :
[Attachment 4503] Trivial patch to mark the uninitialized variables
bugzilla-request-daemon at opendarwin.org
bugzilla-request-daemon at opendarwin.org
Fri Oct 28 10:39:52 PDT 2005
Darin Adler <darin at apple.com> has denied Eric Seidel <macdome at opendarwin.org>'s
request for review:
Bug 5528: Lazy inintializations of global variables in various ::init() methods
use uninitialized bool variables
http://bugzilla.opendarwin.org/show_bug.cgi?id=5528
Attachment 4503: Trivial patch to mark the uninitialized variables
http://bugzilla.opendarwin.org/attachment.cgi?id=4503&action=edit
------- Additional Comments from Darin Adler <darin at apple.com>
These aren't uninitialized variables. The C language standard ensures all these
are initialized to 0. There's no reason to make a code change here, unless it's
to work around a bug in some C compiler.
More information about the webkit-reviews
mailing list