Move the write to fctx->vresult after LOCK(&fctx->lock). The field was
being set before acquiring the lock, but dns_resolver_logfetch() reads
it under the same lock from another thread.
Merge branch 'ondrej/fix-data-race-on-fctx-result-in-validated' into 'main'