Explorar el Código

Assert that the directory server digest is given

This prevents a possible crash when memory is copied from a pointer to
NULL.
cypherpunks hace 9 años
padre
commit
c76059ec9b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;