Skip to content

Commit fd3ed42

Browse files
authored
Merge pull request diffblue#130 from diffblue/marek/tpg_bugfix_PR
Bug-fix: forgotten update of the comment.
2 parents 90453f4 + e888b98 commit fd3ed42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taint-analysis/taint_tokens_propagation_graph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class taint_tokens_propagation_grapht
5858

5959
// To track references of input and output parameters of individual rules.
6060
// 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
61+
// -2 (see the static method 'get_void_loc()') means 'no value', i.e. it
6262
// is a dummy reference, typically related to SOURCE and SINK nodes.
6363
typedef std::map<rule_idt, std::vector<int>>
6464
map_from_rules_to_inputst;

0 commit comments

Comments
 (0)