[Webkit-unassigned] [Bug 236366] New: [CMake] Checks uses of execute_process() for correct command splitting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 07:43:59 PST 2022


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

            Bug ID: 236366
           Summary: [CMake] Checks uses of execute_process() for correct
                    command splitting
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

I fixed two instances in bug #236365 which were introduced by other of
my recent patches, but there are other uses of execute_process() which
may need a similar treatment:

  % rg -tcmake '\bexecute_process\(' Source/ | wc -l
  23
  %

I am not sure if there are other CMake commands which behave in a similar
way and would be good to check as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220209/484d670c/attachment.htm>


More information about the webkit-unassigned mailing list