Use _execve in Windows implementation of runMongoProgram

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Server Security
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      On POSIX systems we invoke `execve` to launch external programs from the legacy shell, while on Windows we construct a string to invoke a single commandline string.  This requires careful parameter escaping and should be avoided. Replace this Windows specific logic with a call into _execve

              Assignee:
              Unassigned
              Reporter:
              Sara Golemon (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: