aboutsummaryrefslogtreecommitdiff
path: root/src/set/test_set_intersection_result_full.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-30 00:44:56 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-30 00:44:56 +0000
commit991f51dc78d1690bdf169bca8028a3d0c5fbb177 (patch)
treed598342dc1458e3a6cbe1eb99dd07745689c16c8 /src/set/test_set_intersection_result_full.c
parent7dc458f1c96853831b607c61572270d62efd86d2 (diff)
downloadgnunet-991f51dc78d1690bdf169bca8028a3d0c5fbb177.tar.gz
gnunet-991f51dc78d1690bdf169bca8028a3d0c5fbb177.zip
-avoid use after free during set intersection completion
Diffstat (limited to 'src/set/test_set_intersection_result_full.c')
-rw-r--r--src/set/test_set_intersection_result_full.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/set/test_set_intersection_result_full.c b/src/set/test_set_intersection_result_full.c
index 1baf667dd..d1eb18a26 100644
--- a/src/set/test_set_intersection_result_full.c
+++ b/src/set/test_set_intersection_result_full.c
@@ -53,6 +53,7 @@ result_cb_set1 (void *cls,
53 enum GNUNET_SET_Status status) 53 enum GNUNET_SET_Status status)
54{ 54{
55 static int count; 55 static int count;
56
56 switch (status) 57 switch (status)
57 { 58 {
58 case GNUNET_SET_STATUS_OK: 59 case GNUNET_SET_STATUS_OK: