CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2016/11/02 13:06:05
Modified files: sys/dev/pv : hyperv.c Log message: Fixup a wait channel used during VMBus channel discovery Clang static analyser has found that a tsleep was using an uninitialised pointer value as a wait channel. An associated wakeup wasn't doing the right thing either.