[Webkit-unassigned] [Bug 192405] New: [WTF] Add environment variable helpers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 09:30:18 PST 2018


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

            Bug ID: 192405
           Summary: [WTF] Add environment variable helpers
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: don.olmstead at sony.com

Currently there are a lot of getenv()/setenv() variables peppered throughout the codebase. It would be nice to have helper functions that would be able to wrap these calls and also convert to and from different types.

Also there are fun problems with the thread safety of these calls, https://blogs.gnome.org/mcatanzaro/2018/02/28/on-setenv-and-explosions/ , so this could be made to provide a bit more safety.

-- 
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/20181205/79752017/attachment.html>


More information about the webkit-unassigned mailing list