Files
swift-mirror/stdlib/public/Darwin/ModelIO/ModelIO.swift
Karoy Lorentey b4998fb9ff [SDK] Modernize array initialization pattern in ModelIO overlay
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
2019-06-11 15:18:44 -07:00

13 KiB