Files
codeql/swift/extractor
Anders Fugmann a139a6f5bb Swift: disable stack protection in extractor to fix Linux crash
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>
2026-03-12 13:31:47 +01:00
..
2024-02-22 17:51:17 +01:00
2025-12-15 17:00:50 +01:00
2025-10-27 10:48:02 +01:00
2024-10-30 12:26:34 +01:00