[Webkit-unassigned] [Bug 30316] New: Build scripts: unchecked return value in call to system()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 16:12:08 PDT 2009


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

           Summary: Build scripts: unchecked return value in call to
                    system()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mseaborn at google.com


gperf is invoked via system() in the Perl build script
WebCore/css/makevalues.pl, but the return value is not checked.  This means
that if gperf is not installed, makevalues.pl will not fail properly and will
produce incomplete output.  This causes build errors later on, and installing
gperf does not fix the build because the build system is not aware that
makevalues.pl's dependencies have changed.

There is a similar unchecked system() call in WebCore/css/makegrammar.pl.

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