mirror of
https://github.com/github/codeql.git
synced 2026-05-14 19:29:28 +02:00
The FunctionStackProtection SIL pass crashes on Linux when processing standard library functions like withUnsafePointer(to:_:). This is a known upstream Swift compiler bug (swiftlang/swift#69768). The extractor does not need stack protection since it only extracts semantic information from the AST and never produces executable code. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>