mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We have nondeterministic test failures indicating a memory safety issue in ModelIO’s overlay. This switches the overlay’s property implementations to use the new `Array(unsafeUninitializedCount:,initializedWith:)` initializer rather than the potentially unreliable `&values[0]` pattern. rdar://problem/50449570
13 KiB
13 KiB