We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90453f4 + e888b98 commit fd3ed42Copy full SHA for fd3ed42
src/taint-analysis/taint_tokens_propagation_graph.h
@@ -58,7 +58,7 @@ class taint_tokens_propagation_grapht
58
59
// To track references of input and output parameters of individual rules.
60
// The "return_value" value in the output map is denoted by -1. The values
61
- // 999 (see the static method 'get_void_loc()') means 'no value', i.e. it
+ // -2 (see the static method 'get_void_loc()') means 'no value', i.e. it
62
// is a dummy reference, typically related to SOURCE and SINK nodes.
63
typedef std::map<rule_idt, std::vector<int>>
64
map_from_rules_to_inputst;
0 commit comments