瀏覽代碼

Assert that the directory server digest is given

This prevents a possible crash when memory is copied from a pointer to
NULL.
cypherpunks 9 年之前
父節點
當前提交
c76059ec9b
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;