mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
note an assert bug that's still around
svn:r417
This commit is contained in:
parent
90f22933e7
commit
4c7e936a3a
@ -266,6 +266,7 @@ static void dns_found_answer(char *question, uint32_t answer) {
|
||||
}
|
||||
|
||||
assert(resolve->state == CACHE_STATE_PENDING);
|
||||
/* XXX sometimes this still gets triggered. :( */
|
||||
|
||||
resolve->answer = ntohl(answer);
|
||||
if(resolve->answer)
|
||||
|
Loading…
Reference in New Issue
Block a user