[webkit-reviews] review granted: [Bug 211267] JSC::PropertySlot::m_attributes is uninitialized in constructor : [Attachment 398128] Patch v1
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 30 17:42:20 PDT 2020
Mark Lam <mark.lam at apple.com> has granted David Kilzer (:ddkilzer)
<ddkilzer at webkit.org>'s request for review:
Bug 211267: JSC::PropertySlot::m_attributes is uninitialized in constructor
https://bugs.webkit.org/show_bug.cgi?id=211267
Attachment 398128: Patch v1
https://bugs.webkit.org/attachment.cgi?id=398128&action=review
--- Comment #3 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 398128
--> https://bugs.webkit.org/attachment.cgi?id=398128
Patch v1
View in context: https://bugs.webkit.org/attachment.cgi?id=398128&action=review
r=me
> Source/JavaScriptCore/runtime/PropertySlot.h:404
> + } m_additionalData { { 0, 0 } };
Interesting. I never knew that we can do this.
More information about the webkit-reviews
mailing list