File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
323
323
324
324
/**
325
325
* Holds if this is an instruction with a memory result that represents a
326
- * conflation of more than one object .
326
+ * conflation of more than one memory allocation .
327
327
*
328
328
* This happens in practice when dereferencing a pointer that cannot be
329
329
* tracked back to a single local allocation. Such memory is instead modeled
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
323
323
324
324
/**
325
325
* Holds if this is an instruction with a memory result that represents a
326
- * conflation of more than one object .
326
+ * conflation of more than one memory allocation .
327
327
*
328
328
* This happens in practice when dereferencing a pointer that cannot be
329
329
* tracked back to a single local allocation. Such memory is instead modeled
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
323
323
324
324
/**
325
325
* Holds if this is an instruction with a memory result that represents a
326
- * conflation of more than one object .
326
+ * conflation of more than one memory allocation .
327
327
*
328
328
* This happens in practice when dereferencing a pointer that cannot be
329
329
* tracked back to a single local allocation. Such memory is instead modeled
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
323
323
324
324
/**
325
325
* Holds if this is an instruction with a memory result that represents a
326
- * conflation of more than one object .
326
+ * conflation of more than one memory allocation .
327
327
*
328
328
* This happens in practice when dereferencing a pointer that cannot be
329
329
* tracked back to a single local allocation. Such memory is instead modeled
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
323
323
324
324
/**
325
325
* Holds if this is an instruction with a memory result that represents a
326
- * conflation of more than one object .
326
+ * conflation of more than one memory allocation .
327
327
*
328
328
* This happens in practice when dereferencing a pointer that cannot be
329
329
* tracked back to a single local allocation. Such memory is instead modeled
You can’t perform that action at this time.
0 commit comments