Przeglądaj źródła

Assert that the directory server digest is given

This prevents a possible crash when memory is copied from a pointer to
NULL.
cypherpunks 9 lat temu
rodzic
commit
c76059ec9b
1 zmienionych plików z 2 dodań i 0 usunięć
  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;