mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01: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.