mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
A minor bug in our CFG means that we evaluate the base of a SliceExpr before the bounds. Since the bounds may have side effects, as in this case, it would be better to evaluate them first. But in the short term I am just adjusting the test to make it work.