mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
307 B
307 B
lgtm,codescanning
- Inferring the lengths of implicitly sized arrays is fixed. Previously, multi
dimensional arrays were always extracted with the same length for each dimension.
With the fix, the array sizes
2and1are extracted fornew int[,]{{1},{2}}. Previously2and2were extracted.