mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
252 B
252 B
category
| category |
|---|
| minorAnalysis |
- In a switch statement with a constant switch expression, all non-matching cases were being marked as unreachable, including those that can be reached by falling through from the matching case. This has now been fixed.