StdLibTest fails to create an empty VaList on Windows

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: repo-panama
    • Component/s: tools

      On Windows, a VaList is implemented by a pointer to a backing memory segment that holds all the arguments.

      In case of an empty VaList the implementation tries to allocate an empty MemorySegment, which we currently disallow by throwing an exception. This causes several test failures in StdLibTest.

            Assignee:
            Jorn Vernee
            Reporter:
            Jorn Vernee
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: