-
Bug
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
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.
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.