[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Use tor_malloc_zero() in pt tests
commit 43a47ae7265e0030e0e275fbf01caf1c313710e3
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Thu Sep 11 09:17:13 2014 -0400
Use tor_malloc_zero() in pt tests
Fixes for PT tests merged with 8402; patch from Yawning.
---
src/test/test_pt.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/test_pt.c b/src/test/test_pt.c
index b45151e..05ba24e 100644
--- a/src/test/test_pt.c
+++ b/src/test/test_pt.c
@@ -33,7 +33,7 @@ test_pt_parsing(void)
transport_t *transport = NULL;
tor_addr_t test_addr;
- managed_proxy_t *mp = tor_malloc(sizeof(managed_proxy_t));
+ managed_proxy_t *mp = tor_malloc_zero(sizeof(managed_proxy_t));
mp->conf_state = PT_PROTO_INFANT;
mp->transports = smartlist_new();
@@ -363,7 +363,7 @@ test_pt_configure_proxy(void *arg)
control_testing_set_global_event_mask(EVENT_TRANSPORT_LAUNCHED);
- mp = tor_malloc(sizeof(managed_proxy_t));
+ mp = tor_malloc_zero(sizeof(managed_proxy_t));
mp->conf_state = PT_PROTO_ACCEPTING_METHODS;
mp->transports = smartlist_new();
mp->transports_to_launch = smartlist_new();
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits