[Webkit-unassigned] [Bug 131728] New: [WebKit] Cleanup the build from uninitialized variable in JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 16 03:55:30 PDT 2014


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

           Summary: [WebKit] Cleanup the build from uninitialized variable
                    in JavaScriptCore
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shiva.jm at samsung.com
                CC: shiva.jm at samsung.com


Found uninitialized variable used in JavaScriptCore/runtime/JSObject.cpp during webkit-efl port build.

/home/shiva.jm/webkit-git/svngit/WebKit/Source/JavaScriptCore/runtime/JSObject.cpp:824:17: warning: ā€˜vā€™ is used uninitialized in this function [-Wuninitialized]
         JSValue v;

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


More information about the webkit-unassigned mailing list