A new resolver can be created while we currently run a check with the
authorflorian <florian@openbsd.org>
Thu, 28 Jan 2021 07:34:34 +0000 (07:34 +0000)
committerflorian <florian@openbsd.org>
Thu, 28 Jan 2021 07:34:34 +0000 (07:34 +0000)
commit84624cb151fe5a1b15f1facdb0896bc6f88f3359
tree5b0bbab80c470ab1af5f95868650f5b33e8fd5fa
parent11e741098be9fb63cf55558871f9d829f4e21548
A new resolver can be created while we currently run a check with the
old configuration. We will then request another check that runs in
parallel to the old check. If the new check finishes earlier, the
current check result will be overwritten by an outdated check result
which is likely wrong.
While here fix some whitespace.
OK phessler
sbin/unwind/resolver.c