Browse Source

Assert that the directory server digest is given

This prevents a possible crash when memory is copied from a pointer to
NULL.
cypherpunks 8 years ago
parent
commit
c76059ec9b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/or/routerlist.c

+ 2 - 0
src/or/routerlist.c

@@ -4051,6 +4051,8 @@ dir_server_new(int is_authority,
   uint32_t a;
   char *hostname_ = NULL;
 
+  tor_assert(digest);
+
   if (weight < 0)
     return NULL;