mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix use-after-free in helper function `printSILFunctionNameAndType`. The address of a `DenseMap` local variable is used after the function returns. Resolves SR-12239.