mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
6cb7480a69
The Win32 unwinder has to locate function entry records for the `StackWalk64()` API to use; the code that was doing this was incorrect and sometimes found the wrong record, which would result in a corrupted stack walk. rdar://172911008