Assert that the directory server digest is given

This prevents a possible crash when memory is copied from a pointer to
NULL.
This commit is contained in:
cypherpunks 2015-12-09 13:12:45 +01:00 committed by Nick Mathewson
parent fbdd32ebe9
commit c76059ec9b

View File

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