mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This code would previously read off the end of the allocated metadata to fetch these values. This was usually harmless, as the value was never used in that case. However, on rare occasions the metadata would be right before unmapped memory, and this read would crash trying to access that unmapped memory. rdar://problem/39866044
13 KiB
13 KiB