[Webkit-unassigned] [Bug 19286] New: Uninitialized members in JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 28 01:40:43 PDT 2008


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

           Summary: Uninitialized members in JavaScriptCore
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P1
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pepe at sed.inf.u-szeged.hu


The following constructor does not initialize the 'm_operator' and the
'm_index' members (rev. 34169):
WebKit/JavaScriptCore/kjs/nodes.h(2311):
2311         ReadModifyResolveNode(PlacementNewAdoptType) KJS_FAST_CALL
2312            : ExpressionNode(PlacementNewAdopt)
2313            , m_ident(PlacementNewAdopt)
2314            , m_right(PlacementNewAdopt)
2315            , m_rightHasAssignments(true)
2316        {
2317        }


-- 
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