Files
codeql/cpp/ql/src
Henning Makholm 4964ce347b CPP: fix semi-unused variables in WrongInDetectingAndHandlingMemoryAllocationErrors.ql
The fact that `aex` and `it` was each used in just one disjunct of the
exists() body caused the optimizer to generate perfectly horrible
code, including a pointless cartesian product between them that caused
the evaluation to blow up.

Fix it such that each variable is logically scoped. That makes the
compiler much happier.
2021-05-05 02:31:11 +02:00
..
2021-01-11 09:31:06 +00:00
2021-04-23 15:20:21 +01:00
2021-04-23 15:20:21 +01:00
2021-03-25 10:23:17 +01:00
2021-03-25 10:23:17 +01:00
2020-12-03 18:50:43 +00:00
2021-04-23 15:20:21 +01:00
2021-05-04 14:39:23 +02:00
2021-04-23 15:20:21 +01:00
2021-05-04 14:39:23 +02:00
2020-10-20 13:41:52 -04:00