commit a3ec89a4f8a6222403697b7f7fce5d5138b79994
parent d583459d5845378a2b9ac0174ebe67a7473932fb
Author: Nick Mathewson <nickm@torproject.org>
Date: Fri, 29 Jun 2018 13:49:43 -0400
Merge branch 'maint-0.2.9' into maint-0.3.1
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/test/test_shared_random.c b/src/test/test_shared_random.c
@@ -780,6 +780,7 @@ test_sr_setup_commits(void)
/* Now during REVEAL phase save commit D by restoring its reveal. */
set_sr_phase(SR_PHASE_REVEAL);
save_commit_to_state(place_holder);
+ place_holder = NULL;
tt_str_op(commit_d->encoded_reveal, OP_EQ,
"DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD");
/* Go back to an empty encoded reveal value. */