You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alex Clemmer (JIRA)" <ji...@apache.org> on 2016/12/19 22:18:58 UTC

[jira] [Created] (MESOS-6817) Audit the use of UNICODE-related code paths

Alex Clemmer created MESOS-6817:
-----------------------------------

             Summary: Audit the use of UNICODE-related code paths
                 Key: MESOS-6817
                 URL: https://issues.apache.org/jira/browse/MESOS-6817
             Project: Mesos
          Issue Type: Bug
          Components: agent
            Reporter: Alex Clemmer
            Assignee: Alex Clemmer


Currently we are being kind of lazy about when we're using things like `TCHAR`. Functions like `os::user` will fail when we do something like `std::string` with a `TCHAR` string if the string happens to not be `char`.

We need to go back to all of these things and audit them so that they don't break if we turn `UNICODE` on.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)