mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
C++: VariableAddressInstructions with array types are not single-object types.
This commit is contained in:
@@ -1137,5 +1137,5 @@ void test_uncertain_array(int n1, int n2) {
|
||||
int data[10];
|
||||
*(data + 1) = source();
|
||||
*data = 0;
|
||||
sink(*(data + 1)); // $ ast=1138:17 ast=1137:7 MISSING: ir
|
||||
sink(*(data + 1)); // $ ast=1138:17 ast=1137:7 ir
|
||||
}
|
||||
Reference in New Issue
Block a user